X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Ftypes.h;h=f1eca83720191def8fb0720a492bd411d7324e92;hb=3370820109dd9c9dd46d29253c12a1e584556948;hp=67a91b1f000b50904101510fa0edf93a99fde77b;hpb=d8bb00cf773b839aeb50845f51fb28484f2a1221;p=hashcat.git diff --git a/include/types.h b/include/types.h index 67a91b1..f1eca83 100644 --- a/include/types.h +++ b/include/types.h @@ -942,7 +942,6 @@ struct __hc_device_param uint kernel_exec_timeout; uint device_processors; - uint device_processor_cores; u64 device_maxmem_alloc; u64 device_global_mem; u32 device_maxclock_frequency; @@ -1130,6 +1129,9 @@ typedef struct hc_device_param_t *devices_param; + uint shutdown_inner; + uint shutdown_outer; + /** * workload specific */