summaryrefslogtreecommitdiffstats
path: root/src/statsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/statsd.h')
-rw-r--r--src/statsd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/statsd.h b/src/statsd.h
new file mode 100644
index 000000000..17af098e8
--- /dev/null
+++ b/src/statsd.h
@@ -0,0 +1,9 @@
+#ifndef NETDATA_STATSD_H
+#define NETDATA_STATSD_H
+
+#define STATSD_LISTEN_PORT 8125
+#define STATSD_LISTEN_BACKLOG 4096
+
+extern void *statsd_main(void *ptr);
+
+#endif //NETDATA_STATSD_H