implements the enhancement mentioned in issue #10 (cancel on next checkpoint)
[hashcat.git] / include / types.h
index 9864988..76c3edf 100644 (file)
@@ -1206,6 +1206,8 @@ typedef struct
 
   restore_data_t *rd;
 
+  uint64_t checkpoint_cur_words;  // used for the "stop at next checkpoint" feature
+
   /**
    * status, timer
    */