Move the "cdtime_t" type to "collectd.h".
[collectd.git] / src / collectd.h
index 957654b..4c347dd 100644 (file)
@@ -298,7 +298,11 @@ typedef bool _Bool;
 # endif
 #endif
 
+/* Type for time as used by "utils_time.h" */
+typedef uint64_t cdtime_t;
+
 extern char hostname_g[];
 extern int  interval_g;
+extern int  timeout_g;
 
 #endif /* COLLECTD_H */