diff options
Diffstat (limited to 'collector.c')
-rw-r--r-- | collector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collector.c b/collector.c index 2adb2a4..fd486a9 100644 --- a/collector.c +++ b/collector.c @@ -114,7 +114,7 @@ on_read (gpointer data) if (rd == -1 && errno == EWOULDBLOCK) return; - + g_get_current_time (&now); /* After a reset we ignore samples for a short period so that |