[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: off is off, should be rc
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: off is off, should be rc |
Date: |
Sun, 13 May 2018 19:18:02 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new afe77605e off is off, should be rc
afe77605e is described below
commit afe77605ece37e240b79ca0578a2dd95d856b54f
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun May 13 19:18:00 2018 +0200
off is off, should be rc
---
src/gns/gns.conf.in | 2 +-
src/gns/gnunet-gns-benchmark.c | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index 2e49a4c60..f7682cda7 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -26,7 +26,7 @@ INTERCEPT_DNS = YES
# Zones
.pin = DWJASSPE33MRN8T6Q0PENRNBTQY0E6ZYGTRCDP5DGPBF2CRJMJEG
-
+.fr = TFDAXBXMAN40MCG4E8Y9Y1C6D16JCMDPH2VMD30KMB92SECEMYGG
[gns-proxy]
BINARY = gnunet-gns-proxy
diff --git a/src/gns/gnunet-gns-benchmark.c b/src/gns/gnunet-gns-benchmark.c
index 630add3d9..1ccd2c48c 100644
--- a/src/gns/gnunet-gns-benchmark.c
+++ b/src/gns/gnunet-gns-benchmark.c
@@ -237,6 +237,7 @@ process_queue (void *cls)
struct GNUNET_TIME_Relative duration;
(void) cls;
+ t = NULL;
/* check for expired requests */
while (NULL != (req = act_head))
{
@@ -344,11 +345,11 @@ do_shutdown (void *cls)
fprintf (stdout,
"Category %u\n",
rc);
- latency_sum[off] = GNUNET_TIME_relative_divide (latency_sum[off],
- replies[rc]);
+ latency_sum[rc] = GNUNET_TIME_relative_divide (latency_sum[rc],
+ replies[rc]);
fprintf (stdout,
"\taverage: %s\n",
- GNUNET_STRINGS_relative_time_to_string (latency_sum[off],
+ GNUNET_STRINGS_relative_time_to_string (latency_sum[rc],
GNUNET_YES));
off = rp[rc] * 50 / 100;
fprintf (stdout,
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: off is off, should be rc,
gnunet <=