|
@@ -316,6 +316,7 @@ struct device_drv {
|
|
|
void (*proc_wlogprint_status)(struct cgpu_info *);
|
|
void (*proc_wlogprint_status)(struct cgpu_info *);
|
|
|
void (*proc_tui_wlogprint_choices)(struct cgpu_info *);
|
|
void (*proc_tui_wlogprint_choices)(struct cgpu_info *);
|
|
|
const char *(*proc_tui_handle_choice)(struct cgpu_info *, int input);
|
|
const char *(*proc_tui_handle_choice)(struct cgpu_info *, int input);
|
|
|
|
|
+ void (*zero_stats)(struct cgpu_info *);
|
|
|
|
|
|
|
|
// Thread-specific functions
|
|
// Thread-specific functions
|
|
|
bool (*thread_prepare)(struct thr_info *);
|
|
bool (*thread_prepare)(struct thr_info *);
|