aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_reliability.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-10-27 09:35:32 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-10-27 09:35:32 +0000
commit06076559b84c1053d82929c05620ab0bd60b9c5f (patch)
tree872b96d70ebc8437c4663c7ff0563ece17c90757 /src/core/test_core_api_reliability.c
parentc279ce86d89efd55f9b9019690aa0a15d89ccfc7 (diff)
downloadgnunet-06076559b84c1053d82929c05620ab0bd60b9c5f.tar.gz
gnunet-06076559b84c1053d82929c05620ab0bd60b9c5f.zip
Refactoring gnunet_time
Diffstat (limited to 'src/core/test_core_api_reliability.c')
-rw-r--r--src/core/test_core_api_reliability.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c
index f981f105a..b25cb89f2 100644
--- a/src/core/test_core_api_reliability.c
+++ b/src/core/test_core_api_reliability.c
@@ -123,7 +123,7 @@ terminate_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
123 p1.th = NULL; 123 p1.th = NULL;
124 GNUNET_TRANSPORT_disconnect (p2.th); 124 GNUNET_TRANSPORT_disconnect (p2.th);
125 p2.th = NULL; 125 p2.th = NULL;
126 delta = GNUNET_TIME_absolute_get_duration (start_time).value; 126 delta = GNUNET_TIME_absolute_get_duration (start_time).rel_value;
127 fprintf (stderr, 127 fprintf (stderr,
128 "\nThroughput was %llu kb/s\n", 128 "\nThroughput was %llu kb/s\n",
129 total_bytes * 1000 / 1024 / delta); 129 total_bytes * 1000 / 1024 / delta);