Added brain status (tx/rx) for all devices
This commit is contained in:
@@ -95,6 +95,8 @@ char *status_get_brain_link_recv_bytes_dev (const hashcat_ctx_t *hash
|
||||
char *status_get_brain_link_send_bytes_dev (const hashcat_ctx_t *hashcat_ctx, const int backend_devices_idx);
|
||||
char *status_get_brain_link_recv_bytes_sec_dev (const hashcat_ctx_t *hashcat_ctx, const int backend_devices_idx);
|
||||
char *status_get_brain_link_send_bytes_sec_dev (const hashcat_ctx_t *hashcat_ctx, const int backend_devices_idx);
|
||||
char *status_get_brain_rx_all (const hashcat_ctx_t *hashcat_ctx);
|
||||
char *status_get_brain_tx_all (const hashcat_ctx_t *hashcat_ctx);
|
||||
#endif
|
||||
char *status_get_hwmon_dev (const hashcat_ctx_t *hashcat_ctx, const int backend_devices_idx);
|
||||
int status_get_corespeed_dev (const hashcat_ctx_t *hashcat_ctx, const int backend_devices_idx);
|
||||
|
||||
@@ -2098,6 +2098,8 @@ typedef struct hashcat_status
|
||||
#ifdef WITH_BRAIN
|
||||
int brain_session;
|
||||
int brain_attack;
|
||||
char *brain_rx_all;
|
||||
char *brain_tx_all;
|
||||
#endif
|
||||
const char *status_string;
|
||||
int status_number;
|
||||
|
||||
Reference in New Issue
Block a user