aboutsummaryrefslogtreecommitdiff
path: root/statsd/stats.hpp
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-12-12 11:29:33 +0100
committerDennis Brentjes <d.brentjes@gmail.com>2016-12-15 09:45:30 +0100
commitad74ce8412eea2c554b048e379b9ca145d9694c6 (patch)
tree2f988b93929741d6c77207596a5747945a769b06 /statsd/stats.hpp
parent7568c9073143edfb3bc6c0bf4263be704cb96cb5 (diff)
downloadcmix-ad74ce8412eea2c554b048e379b9ca145d9694c6.tar.gz
cmix-ad74ce8412eea2c554b048e379b9ca145d9694c6.tar.bz2
cmix-ad74ce8412eea2c554b048e379b9ca145d9694c6.zip
Adds the StatsDaemon to the run script and made it output to file.
Diffstat (limited to 'statsd/stats.hpp')
-rw-r--r--statsd/stats.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/statsd/stats.hpp b/statsd/stats.hpp
index 673022e..b6e4bca 100644
--- a/statsd/stats.hpp
+++ b/statsd/stats.hpp
@@ -30,4 +30,5 @@ public:
Stats(ListenSettings lsettings);
void run();
+ void output(std::string file);
}; \ No newline at end of file