fixed hardware monitor for amd/nv (one problem that is still there since last commit...
[hashcat.git] / include / types.h
index ba5d462..36de62d 100644 (file)
@@ -957,7 +957,10 @@ typedef struct __hc_device_param hc_device_param_t;
 
 typedef struct
 {
-//  HM_ADAPTER adapter_index;
+  union {
+    HM_ADAPTER_AMD amd;
+    HM_ADAPTER_NV  nv;
+  } adapter_index;
 
   int od_version;