projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e506fc1
)
- Fix compile error on buildbots
author
Bart Polot
<bart@net.in.tum.de>
Tue, 7 Feb 2012 15:54:46 +0000
(15:54 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Tue, 7 Feb 2012 15:54:46 +0000
(15:54 +0000)
src/mesh/test_mesh_small.c
patch
|
blob
|
history
diff --git
a/src/mesh/test_mesh_small.c
b/src/mesh/test_mesh_small.c
index 465e00879534a883be7547da1559763e43052637..ab0f657554d70a0068f760af70028792b73fee92 100644
(file)
--- 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,
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 %l
l
u 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",