]> arthur.barton.de Git - netdata.git/blobdiff - src/common.c
Merge pull request #1740 from simonnagl/feature/version
[netdata.git] / src / common.c
index 57bcaaab5d73f28c30552e08c237cc0ed8677996..e3682e87718d6fb2a8e74d78c27d30b54a69b2fa 100644 (file)
@@ -12,6 +12,8 @@ char *global_host_prefix = "";
 int enable_ksm = 1;
 
 volatile sig_atomic_t netdata_exit = 0;
+const char *os_type = NETDATA_OS_TYPE;
+const char *program_version = VERSION;
 
 // ----------------------------------------------------------------------------
 // memory allocation functions that handle failures