summaryrefslogtreecommitdiffstats
path: root/src/stats/stats-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats/stats-common.h')
-rw-r--r--src/stats/stats-common.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stats/stats-common.h b/src/stats/stats-common.h
new file mode 100644
index 0000000..09af424
--- /dev/null
+++ b/src/stats/stats-common.h
@@ -0,0 +1,10 @@
+#ifndef STATS_COMMON_H
+#define STATS_COMMON_H
+
+#include "lib.h"
+#include "stats-settings.h"
+
+extern struct stats_metrics *stats_metrics;
+extern time_t stats_startup_time;
+
+#endif