Use dedicated variables to control shutdown of parallel threads like keypress and...
[hashcat.git] / include / types.h
index b021556..a1b0144 100644 (file)
@@ -1123,6 +1123,9 @@ typedef struct
 
   hc_device_param_t *devices_param;
 
+  uint    shutdown_inner;
+  uint    shutdown_outer;
+
   /**
    * workload specific
    */