Fix for 100% CPU burning loop workaround for slow hashes
[hashcat.git] / include / types.h
index 305b982..85a9903 100644 (file)
@@ -989,6 +989,12 @@ struct __hc_device_param
   uint    exec_pos;
   double  exec_ms[EXEC_CACHE];
 
+  // workaround cpu spinning
+
+  double  exec_us_prev1;
+  double  exec_us_prev2;
+  double  exec_us_prev3;
+
   // this is "current" speed
 
   uint    speed_pos;