X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Ftypes.h;h=a69459344088165377a28c2a5a747d0323d8ad81;hb=106e781a2f2ab691f27868dc86ec467e9a630cb8;hp=342489a8afb7d10b5b38ff53ec5b8bc92f90d99d;hpb=069634ae77dea7e7e2579868e70e4a26d30318aa;p=hashcat.git diff --git a/include/types.h b/include/types.h index 342489a..a694593 100644 --- a/include/types.h +++ b/include/types.h @@ -947,6 +947,7 @@ struct __hc_device_param uint kernel_accel_min; uint kernel_accel_max; uint kernel_power; + uint hardware_power; size_t size_pws; size_t size_tmps; @@ -1113,8 +1114,9 @@ typedef struct * workload specific */ + uint hardware_power_all; uint kernel_power_all; - float kernel_power_div; + u64 kernel_power_final; // we save that so that all divisions are done from the same base /** * attack specific @@ -1335,3 +1337,4 @@ typedef struct extern hc_global_data_t data; #endif +