Setting a max and min for gpsd timeout.
[collectd.git] / src / daemon / utils_time_mock.c
index 5edfe6f..217515e 100644 (file)
@@ -28,6 +28,6 @@
 
 cdtime_t cdtime (void)
 {
-  return (0);
+  return ((cdtime_t) 1542455354518929408ULL);
 }