Make hm_adapters_* attributes local ones

This commit is contained in:
jsteube
2016-09-28 23:07:25 +02:00
parent ee30055401
commit 9f61fb3024
2 changed files with 51 additions and 38 deletions
-6
View File
@@ -1203,18 +1203,12 @@ typedef struct
void *hm_nvapi;
void *hm_xnvctrl;
hm_attrs_t *hm_adapters_adl;
hm_attrs_t *hm_adapters_nvapi;
hm_attrs_t *hm_adapters_nvml;
hm_attrs_t *hm_adapters_xnvctrl;
hm_attrs_t *hm_device;
ADLOD6MemClockState *od_clock_mem_status;
int *od_power_control_status;
unsigned int *nvml_power_limit;
} hwmon_ctx_t;
typedef struct