summaryrefslogtreecommitdiffstats
path: root/src/TestStatsServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/TestStatsServer.cpp')
-rw-r--r--src/TestStatsServer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/TestStatsServer.cpp b/src/TestStatsServer.cpp
index 0d86195..d52becc 100644
--- a/src/TestStatsServer.cpp
+++ b/src/TestStatsServer.cpp
@@ -9,6 +9,8 @@ int main(int argc, char **argv)
StatsServer serv(2720);
serv.registerInput("foo");
+ serv.registerInput("bar");
+
while (true) {
for (int i = 0; i < NUMOF(stats_example); i++) {
usleep(400000);