Get rid of rp_* variables in data. context
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@
|
||||
double get_avg_exec_time (hc_device_param_t *device_param, const int last_num_entries);
|
||||
|
||||
void status_display_machine_readable (opencl_ctx_t *opencl_ctx, const hashes_t *hashes, const user_options_t *user_options);
|
||||
void status_display (opencl_ctx_t *opencl_ctx, const hashconfig_t *hashconfig, const hashes_t *hashes, const user_options_t *user_options);
|
||||
void status_display (opencl_ctx_t *opencl_ctx, const hashconfig_t *hashconfig, const hashes_t *hashes, const user_options_t *user_options, const user_options_extra_t *user_options_extra);
|
||||
void status_benchmark_automate (opencl_ctx_t *opencl_ctx, const hashconfig_t *hashconfig);
|
||||
void status_benchmark (opencl_ctx_t *opencl_ctx, const hashconfig_t *hashconfig);
|
||||
void status_benchmark (opencl_ctx_t *opencl_ctx, const hashconfig_t *hashconfig, const user_options_t *user_options);
|
||||
|
||||
#endif // _STATUS_H
|
||||
|
||||
@@ -1021,11 +1021,6 @@ typedef struct
|
||||
u32 gpu_temp_abort;
|
||||
u32 gpu_temp_retain;
|
||||
|
||||
char **rp_files;
|
||||
u32 rp_files_cnt;
|
||||
u32 rp_gen;
|
||||
u32 rp_gen_seed;
|
||||
|
||||
/**
|
||||
* used for restore
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user