summaryrefslogtreecommitdiffhomepage
path: root/os.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-30 12:25:29 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-30 12:25:29 +0200
commit292235b5c5ae25139d5945c2a298e13272a4f29b (patch)
tree40aeaa4fd3217e900787c9bd861aaf0f2f0d9319 /os.h
parent851f4d84d4b8dcff032f5304235917bc58e1e46e (diff)
Uptime in stats
Diffstat (limited to 'os.h')
-rw-r--r--os.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/os.h b/os.h
new file mode 100644
index 0000000..ed08234
--- /dev/null
+++ b/os.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#include <string>
+
+namespace OS {
+
+ std::string uptime_host();
+ std::string uptime_process();
+
+} // namespace OS