aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/test_mesh_small.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c
index 465e00879..ab0f65755 100644
--- a/src/mesh/test_mesh_small.c
+++ b/src/mesh/test_mesh_small.c
@@ -361,7 +361,7 @@ data_callback (void *cls, struct GNUNET_MESH_Tunnel *tunnel, void **tunnel_ctx,
361 return GNUNET_OK; 361 return GNUNET_OK;
362 end_time = GNUNET_TIME_absolute_get(); 362 end_time = GNUNET_TIME_absolute_get();
363 total_time = GNUNET_TIME_absolute_get_difference(start_time, end_time); 363 total_time = GNUNET_TIME_absolute_get_difference(start_time, end_time);
364 FPRINTF (stderr, "\nTest time %lu ms\n", total_time.rel_value); 364 FPRINTF (stderr, "\nTest time %llu ms\n", total_time.rel_value);
365 FPRINTF (stderr, "Test bandwidth: %f kb/s\n", 365 FPRINTF (stderr, "Test bandwidth: %f kb/s\n",
366 4000.0 / total_time.rel_value); 366 4000.0 / total_time.rel_value);
367 FPRINTF (stderr, "Test throughput: %f packets/s\n", 367 FPRINTF (stderr, "Test throughput: %f packets/s\n",