summaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-benchmark.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-20 14:43:30 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-20 14:43:30 +0200
commit565515da0f7f770852bd81ab854d503ff1ef6c4b (patch)
tree698f93155c5b3afddde59b529aa52719489f16d2 /src/gns/gnunet-gns-benchmark.c
parent98edad8c6d481091fda3a59d1047762e10fe72c0 (diff)
downloadgnunet-565515da0f7f770852bd81ab854d503ff1ef6c4b.tar.gz
gnunet-565515da0f7f770852bd81ab854d503ff1ef6c4b.zip
fix partitioning
Diffstat (limited to 'src/gns/gnunet-gns-benchmark.c')
-rw-r--r--src/gns/gnunet-gns-benchmark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns-benchmark.c b/src/gns/gnunet-gns-benchmark.c
index d5afae9f6..3754eec09 100644
--- a/src/gns/gnunet-gns-benchmark.c
+++ b/src/gns/gnunet-gns-benchmark.c
@@ -244,6 +244,7 @@ process_queue (void *cls)
244 duration = GNUNET_TIME_absolute_get_duration (req->op_start_time); 244 duration = GNUNET_TIME_absolute_get_duration (req->op_start_time);
245 if (duration.rel_value_us < timeout.rel_value_us) 245 if (duration.rel_value_us < timeout.rel_value_us)
246 break; 246 break;
247 GNUNET_GNS_lookup_with_tld_cancel (req->lr);
247 GNUNET_CONTAINER_DLL_remove (act_head, 248 GNUNET_CONTAINER_DLL_remove (act_head,
248 act_tail, 249 act_tail,
249 req); 250 req);