Make it possible to access error messages without using an event

This commit is contained in:
jsteube
2016-10-13 19:16:24 +02:00
parent fc2d242f50
commit 8de576f5e9
4 changed files with 83 additions and 78 deletions
+5 -1
View File
@@ -1400,7 +1400,11 @@ typedef struct hashcat_user
typedef struct event_ctx
{
int last_len;
char msg_buf[HCBUFSIZ_TINY];
int msg_len;
bool msg_newline;
int prev_len;
hc_thread_mutex_t mux_event;