Improve handling of temporary skipped devices (due to JiT build failure or unstable_warning)

This commit is contained in:
jsteube
2019-03-04 10:29:57 +01:00
parent a9bafb7edb
commit 1537fc4e5d
10 changed files with 126 additions and 38 deletions

View File

@@ -20,6 +20,7 @@ void format_speed_display_1k (double val, char *buf, size_t len);
int status_get_device_info_cnt (const hashcat_ctx_t *hashcat_ctx);
int status_get_device_info_active (const hashcat_ctx_t *hashcat_ctx);
bool status_get_skipped_dev (const hashcat_ctx_t *hashcat_ctx, const int device_id);
bool status_get_skipped_warning_dev (const hashcat_ctx_t *hashcat_ctx, const int device_id);
char *status_get_session (const hashcat_ctx_t *hashcat_ctx);
const char *status_get_status_string (const hashcat_ctx_t *hashcat_ctx);
int status_get_status_number (const hashcat_ctx_t *hashcat_ctx);