aboutsummaryrefslogtreecommitdiff
path: root/src/zenmonitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenmonitor.c')
-rw-r--r--src/zenmonitor.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zenmonitor.c b/src/zenmonitor.c
index e001804..88e676a 100644
--- a/src/zenmonitor.c
+++ b/src/zenmonitor.c
@@ -3,6 +3,7 @@
#include "zenmonitor.h"
#include "zenpower.h"
#include "msr.h"
+#include "os.h"
#include "gui.h"
#define AMD_STRING "AuthenticAMD"
@@ -92,6 +93,11 @@ static SensorSource sensor_sources[] = {
FALSE, NULL
},
{
+ "os",
+ os_init, os_get_sensors, os_update, os_clear_minmax,
+ FALSE, NULL
+ },
+ {
NULL
}
};