X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Ftypes.h;h=85a99031a99aad989ed5cf9c4b19977a4a5b140c;hb=d275772b9f6abe92fb33ca620e2967406667bb4e;hp=0a45ec7b3b65d1f5df0c44fc6aab581fab111c7c;hpb=8abc42e346ca6684c2dda4efb56053c304e384b2;p=hashcat.git diff --git a/include/types.h b/include/types.h index 0a45ec7..85a9903 100644 --- a/include/types.h +++ b/include/types.h @@ -988,7 +988,12 @@ struct __hc_device_param uint exec_pos; double exec_ms[EXEC_CACHE]; - double exec_prev; + + // workaround cpu spinning + + double exec_us_prev1; + double exec_us_prev2; + double exec_us_prev3; // this is "current" speed