src/rrdd.[ch]: Implement listening to arbitrary addresses.
[rrdd.git] / src / rrdd.h
index cd46f2c..e8ea258 100644 (file)
 #include <signal.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <netdb.h>
+#include <poll.h>
 #include <syslog.h>
 #include <pthread.h>
 #include <errno.h>
+#include <assert.h>
 
 #include <rrd.h>
+#include <avl.h>
 
 #include "config.h"
 
-#define RRDD_SOCK_PATH "/tmp/rrdd.sock"
+#define RRDD_SOCK_PATH "unix:/tmp/rrdd.sock"
 
 #endif /* __RRDD_H */