Move debugfile related stuff to debugfile.c

This commit is contained in:
jsteube
2016-09-13 10:38:59 +02:00
parent ac77ee56e3
commit 376e12efe6
16 changed files with 163 additions and 113 deletions
+5 -5
View File
@@ -155,8 +155,7 @@ typedef struct
uint runtime;
uint remove;
uint remove_timer;
uint debug_mode;
char *debug_file;
uint hex_charset;
uint hex_salt;
uint hex_wordlist;
@@ -176,9 +175,10 @@ typedef struct
hashconfig_t *hashconfig;
outfile_ctx_t *outfile_ctx;
potfile_ctx_t *potfile_ctx;
loopback_ctx_t *loopback_ctx;
outfile_ctx_t *outfile_ctx;
potfile_ctx_t *potfile_ctx;
loopback_ctx_t *loopback_ctx;
debugfile_ctx_t *debugfile_ctx;
#if defined (HAVE_HWMON)
uint gpu_temp_disable;