Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Mar 22, 2024
1 parent 73c4a74 commit 3a3ef0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/variorum/Intel/Intel_06_8F.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ int fm_06_8f_monitoring(FILE *output)
return 0;
}

int intel_cpu_fm_06_8f_get_energy(int long_ver)
int fm_06_8f_get_energy(int long_ver)
{
char *val = getenv("VARIORUM_LOG");
if (val != NULL && atoi(val) == 1)
Expand All @@ -208,7 +208,7 @@ int intel_cpu_fm_06_8f_get_energy(int long_ver)
return 0;
}

int intel_cpu_fm_06_8f_get_energy_json(json_t *get_energy_obj)
int fm_06_8f_get_energy_json(json_t *get_energy_obj)
{
char *val = getenv("VARIORUM_LOG");
if (val != NULL && atoi(val) == 1)
Expand Down

0 comments on commit 3a3ef0e

Please sign in to comment.