summaryrefslogtreecommitdiffstats
path: root/src/statsd.h
blob: 17af098e8aaf333c297b7f423fcaf934848341d5 (plain)
1
2
3
4
5
6
7
8
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