Get rid of restore, restore_disable and restore_timer variables in data. context
This commit is contained in:
+2
-2
@@ -25,7 +25,7 @@
|
||||
|
||||
u64 get_lowest_words_done (opencl_ctx_t *opencl_ctx);
|
||||
|
||||
restore_data_t *init_restore (int argc, char **argv);
|
||||
restore_data_t *init_restore (int argc, char **argv, const user_options_t *user_options);
|
||||
|
||||
void read_restore (const char *eff_restore_file, restore_data_t *rd);
|
||||
|
||||
@@ -33,6 +33,6 @@ void write_restore (opencl_ctx_t *opencl_ctx, const char *new_restore_file, rest
|
||||
|
||||
void cycle_restore (opencl_ctx_t *opencl_ctx);
|
||||
|
||||
void stop_at_checkpoint (opencl_ctx_t *opencl_ctx);
|
||||
void stop_at_checkpoint (opencl_ctx_t *opencl_ctx, const user_options_t *user_options);
|
||||
|
||||
#endif // _RESTORE_H
|
||||
|
||||
+1
-3
@@ -971,9 +971,7 @@ typedef struct
|
||||
char *induction_directory;
|
||||
char *outfile_check_directory;
|
||||
u32 loopback;
|
||||
u32 restore;
|
||||
u32 restore_timer;
|
||||
u32 restore_disable;
|
||||
|
||||
u32 status;
|
||||
u32 status_timer;
|
||||
u32 machine_readable;
|
||||
|
||||
Reference in New Issue
Block a user