src/rrdd.[ch]: Implemented flushing of dead values once in a while.
[rrdd.git] / src / rrdd.h
index e8ea258..75c1e1b 100644 (file)
 #include <pthread.h>
 #include <errno.h>
 #include <assert.h>
-
-#include <rrd.h>
-#include <avl.h>
+#include <sys/time.h>
+#include <time.h>
 
 #include "config.h"
 
 #define RRDD_SOCK_PATH "unix:/tmp/rrdd.sock"
+#define DEFAULT_PORT "42217"
 
 #endif /* __RRDD_H */