aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-24 11:00:43 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-24 11:00:43 +0000
commitfae8cff7a52abe62eca5d6db8a8aa4d9a95da244 (patch)
treeac5dd6252c0dcac384077203f8ca9c89015f1292 /src/core
parentfa5564e4528fbc258f4b7806bb6940fb713947e7 (diff)
downloadgnunet-fae8cff7a52abe62eca5d6db8a8aa4d9a95da244.tar.gz
gnunet-fae8cff7a52abe62eca5d6db8a8aa4d9a95da244.zip
Consistent GAUGER naming.
Diffstat (limited to 'src/core')
-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 b73f01a57..590ed7bb1 100644
--- a/src/core/test_core_api_reliability.c
+++ b/src/core/test_core_api_reliability.c
@@ -132,7 +132,7 @@ terminate_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
132 fprintf (stderr, 132 fprintf (stderr,
133 "\nThroughput was %llu kb/s\n", 133 "\nThroughput was %llu kb/s\n",
134 total_bytes * 1000 / 1024 / delta); 134 total_bytes * 1000 / 1024 / delta);
135 GAUGER ("Core throughput/s", total_bytes * 1000 / 1024 / delta, "kbs"); 135 GAUGER ("CORE:Core throughput/s", total_bytes * 1000 / 1024 / delta, "kb/s");
136 ok = 0; 136 ok = 0;
137} 137}
138 138