Move the "cdtime_t" type to "collectd.h".
[collectd.git] / src / collectd.h
index 8849b30..4c347dd 100644 (file)
@@ -298,6 +298,9 @@ 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;