gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19720 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r19720 - gnunet/src/mesh
Date: Tue, 7 Feb 2012 16:54:46 +0100

Author: bartpolot
Date: 2012-02-07 16:54:46 +0100 (Tue, 07 Feb 2012)
New Revision: 19720

Modified:
   gnunet/src/mesh/test_mesh_small.c
Log:
- Fix compile error on buildbots

Modified: gnunet/src/mesh/test_mesh_small.c
===================================================================
--- gnunet/src/mesh/test_mesh_small.c   2012-02-07 15:41:29 UTC (rev 19719)
+++ gnunet/src/mesh/test_mesh_small.c   2012-02-07 15:54:46 UTC (rev 19720)
@@ -361,7 +361,7 @@
         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",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]