diff options
Diffstat (limited to 'src/load-graph.h')
-rw-r--r-- | src/load-graph.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/load-graph.h b/src/load-graph.h index 35bb62b..95e841b 100644 --- a/src/load-graph.h +++ b/src/load-graph.h @@ -86,7 +86,11 @@ struct LoadGraph { struct { guint64 last_in, last_out; +#if GLIB_CHECK_VERSION(2,61,2) + gint64 time; +#else GTimeVal time; +#endif guint64 max; unsigned values[NUM_POINTS]; size_t cur; |