aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/gnunet-statistics-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/gnunet-statistics-gtk.c')
-rw-r--r--src/statistics/gnunet-statistics-gtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/gnunet-statistics-gtk.c b/src/statistics/gnunet-statistics-gtk.c
index 21b92e03..cc05c150 100644
--- a/src/statistics/gnunet-statistics-gtk.c
+++ b/src/statistics/gnunet-statistics-gtk.c
@@ -149,7 +149,7 @@ process_value_update (void *cls, const char *subsystem, const char *name,
149 GNUNET_asprintf (&id, "%s: %s", subsystem, name); 149 GNUNET_asprintf (&id, "%s: %s", subsystem, name);
150 gtk_statistics_update_value (stats, id, 150 gtk_statistics_update_value (stats, id,
151 GNUNET_TIME_absolute_get_duration 151 GNUNET_TIME_absolute_get_duration
152 (start_time).rel_value / 1000LL, value); 152 (start_time).rel_value_us / 1000000LL, value);
153 GNUNET_free (id); 153 GNUNET_free (id);
154 return GNUNET_OK; 154 return GNUNET_OK;
155} 155}