X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Ftypes.h;h=621a92a9d3c7c0176fa0529c3b00598918afd037;hb=9294aaccae5ce4623fa7dfa86c95eeb832f8c4cb;hp=5f675932279a9a9e457d18449a718abaa1d52888;hpb=d9889727e650fb30497be26b03f51d69cdf9657c;p=hashcat.git diff --git a/include/types.h b/include/types.h index 5f67593..621a92a 100644 --- a/include/types.h +++ b/include/types.h @@ -962,11 +962,11 @@ struct __hc_device_param uint exec_pos; double exec_ms[EXEC_CACHE]; + // this is "current" speed + uint speed_pos; u64 speed_cnt[SPEED_CACHE]; - float speed_ms[SPEED_CACHE]; - - hc_timer_t speed_rec[SPEED_CACHE]; + double speed_ms[SPEED_CACHE]; hc_timer_t timer_speed; @@ -1298,7 +1298,7 @@ typedef struct hc_timer_t timer_running; // timer on current dict hc_timer_t timer_paused; // timer on current dict - float ms_paused; // timer on current dict + double ms_paused; // timer on current dict /** * hash_info and username