You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/include/monitor.h

16 lines
313 B

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef HC_MONITOR_H
#define HC_MONITOR_H
#define STDIN_TIMEOUT_WARN 20 // warn if no input from stdin for x seconds
int get_runtime_left (const hashcat_ctx_t *hashcat_ctx);
HC_API_CALL void *thread_monitor (void *p);
#endif // HC_MONITOR_H