Fixed a bug where hashcat did not take into account how long it takes to prepare...
[hashcat.git] / include / types.h
index d91878f..37e877c 100644 (file)
@@ -1327,6 +1327,8 @@ typedef struct
   time_t  runtime_start;
   time_t  runtime_stop;
 
+  time_t  prepare_time;
+
   time_t  proc_start;
   time_t  proc_stop;