X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Ftypes.h;h=85783472c70cf91fea0d02ac45bdfcff8ddb70f3;hb=9a970c095551bc563c6cc93c8c5860c7ce1e374e;hp=c8f8bf6f9a10e02a6cc537134025f401481a2e32;hpb=4f9af82f5cc889f1c0f0d47a938eda95793c8dd0;p=hashcat.git diff --git a/include/types.h b/include/types.h index c8f8bf6..8578347 100644 --- a/include/types.h +++ b/include/types.h @@ -1099,9 +1099,10 @@ typedef struct __hc_device_param hc_device_param_t; #ifdef HAVE_HWMON typedef struct { - HM_ADAPTER_ADL adl; - HM_ADAPTER_NVML nvml; - HM_ADAPTER_NVAPI nvapi; + HM_ADAPTER_ADL adl; + HM_ADAPTER_NVML nvml; + HM_ADAPTER_NVAPI nvapi; + HM_ADAPTER_XNVCTRL xnvctrl; int od_version; @@ -1177,6 +1178,7 @@ typedef struct void *hm_adl; void *hm_nvml; void *hm_nvapi; + void *hm_xnvctrl; hm_attrs_t hm_device[DEVICES_MAX]; #endif