aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-02-07 15:54:46 +0000
committerBart Polot <bart@net.in.tum.de>2012-02-07 15:54:46 +0000
commit1a58aa36a2006164a2db15734380a96a4ecb57af (patch)
treed9d72666d5688dda291c701c1c2415feed502eb5 /src/mesh
parente506fc1c059df8fe1037fbea917b44c393b4356b (diff)
downloadgnunet-1a58aa36a2006164a2db15734380a96a4ecb57af.tar.gz
gnunet-1a58aa36a2006164a2db15734380a96a4ecb57af.zip
- Fix compile error on buildbots
Diffstat (limited to 'src/mesh')
-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",