Introduce opencl_ctx_t; not finished yet
This commit is contained in:
+3
-11
@@ -26,11 +26,9 @@ typedef struct
|
||||
* threads
|
||||
*/
|
||||
|
||||
uint devices_status;
|
||||
uint devices_cnt;
|
||||
uint devices_active;
|
||||
|
||||
hc_device_param_t *devices_param;
|
||||
|
||||
opencl_ctx_t *opencl_ctx;
|
||||
|
||||
uint shutdown_inner;
|
||||
uint shutdown_outer;
|
||||
@@ -74,12 +72,6 @@ typedef struct
|
||||
int rule_len_l;
|
||||
int rule_len_r;
|
||||
|
||||
/**
|
||||
* opencl library stuff
|
||||
*/
|
||||
|
||||
void *ocl;
|
||||
|
||||
/**
|
||||
* hardware watchdog
|
||||
*/
|
||||
@@ -181,7 +173,7 @@ typedef struct
|
||||
char *truecrypt_keyfiles;
|
||||
char *veracrypt_keyfiles;
|
||||
uint veracrypt_pim;
|
||||
uint workload_profile;
|
||||
|
||||
char *custom_charset_1;
|
||||
char *custom_charset_2;
|
||||
char *custom_charset_3;
|
||||
|
||||
Reference in New Issue
Block a user