Added brain status (tx/rx) for all devices

This commit is contained in:
f0cker
2019-06-15 22:46:40 +00:00
parent 7c759cbf75
commit 3bb68e7981
5 changed files with 54 additions and 0 deletions
+2
View File
@@ -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);
+2
View File
@@ -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;