- Fix compile error on buildbots
authorBart Polot <bart@net.in.tum.de>
Tue, 7 Feb 2012 15:54:46 +0000 (15:54 +0000)
committerBart Polot <bart@net.in.tum.de>
Tue, 7 Feb 2012 15:54:46 +0000 (15:54 +0000)
src/mesh/test_mesh_small.c

index 465e00879534a883be7547da1559763e43052637..ab0f657554d70a0068f760af70028792b73fee92 100644 (file)
@@ -361,7 +361,7 @@ data_callback (void *cls, struct GNUNET_MESH_Tunnel *tunnel, void **tunnel_ctx,
         return GNUNET_OK;
       end_time = GNUNET_TIME_absolute_get();
       total_time = GNUNET_TIME_absolute_get_difference(start_time, end_time);
-      FPRINTF (stderr, "\nTest time %lu ms\n", total_time.rel_value);
+      FPRINTF (stderr, "\nTest time %llu ms\n", total_time.rel_value);
       FPRINTF (stderr, "Test bandwidth: %f kb/s\n",
                4000.0 / total_time.rel_value);
       FPRINTF (stderr, "Test throughput: %f packets/s\n",