aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_topo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_topo.c')
-rw-r--r--src/dht/test_dht_topo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/test_dht_topo.c b/src/dht/test_dht_topo.c
index 311bb5597..9bd87b21e 100644
--- a/src/dht/test_dht_topo.c
+++ b/src/dht/test_dht_topo.c
@@ -71,12 +71,12 @@ static int ok = 1;
71/** 71/**
72 * Task to do DHT_puts 72 * Task to do DHT_puts
73 */ 73 */
74static GNUNET_SCHEDULER_TaskIdentifier put_task; 74static struct GNUNET_SCHEDULER_Task * put_task;
75 75
76/** 76/**
77 * Task to time out / regular shutdown. 77 * Task to time out / regular shutdown.
78 */ 78 */
79static GNUNET_SCHEDULER_TaskIdentifier timeout_task; 79static struct GNUNET_SCHEDULER_Task * timeout_task;
80 80
81/** 81/**
82 * Head of list of active GET operations. 82 * Head of list of active GET operations.