From 8e6850107adb5ca37ed0e9a4500282b2e8743294 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 20 Jul 2013 14:01:01 +0200 Subject: Rough structure done. Parallel working should work. --- statefile.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 statefile.h (limited to 'statefile.h') diff --git a/statefile.h b/statefile.h new file mode 100644 index 0000000..bdcb32f --- /dev/null +++ b/statefile.h @@ -0,0 +1,10 @@ +#ifndef _nebula2_statefile_h_ +#define _nebula2_statefile_h_ + +#include +#include "config.h" + +extern int state_load(config_t* conf, uint32_t* map, uint32_t* jobs_done); +extern int state_save(config_t* conf, uint32_t* map, uint32_t jobs_done); + +#endif -- cgit v1.2.3-54-g00ecf