aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_twopeer_path_tracking.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-02-24 16:48:35 +0000
committerBart Polot <bart@net.in.tum.de>2012-02-24 16:48:35 +0000
commite16473d60a93bb412c45a51ec5e71c944ffdaefb (patch)
treeba749de0bdce9279c3b5e25ff4e6749c237da844 /src/dht/test_dht_twopeer_path_tracking.c
parent59abfa3ceafffc4d65965571cd9a574ac190d608 (diff)
downloadgnunet-e16473d60a93bb412c45a51ec5e71c944ffdaefb.tar.gz
gnunet-e16473d60a93bb412c45a51ec5e71c944ffdaefb.zip
- Avoid calling daemons_stop with NULL, minor doxygen fixes
Diffstat (limited to 'src/dht/test_dht_twopeer_path_tracking.c')
-rw-r--r--src/dht/test_dht_twopeer_path_tracking.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/dht/test_dht_twopeer_path_tracking.c b/src/dht/test_dht_twopeer_path_tracking.c
index c30a3f327..6c78a2b2f 100644
--- a/src/dht/test_dht_twopeer_path_tracking.c
+++ b/src/dht/test_dht_twopeer_path_tracking.c
@@ -86,10 +86,14 @@ static unsigned int total_connections;
86 */ 86 */
87static unsigned int failed_connections; 87static unsigned int failed_connections;
88 88
89/* Task handle to use to schedule test failure */ 89/**
90 * Task handle to use to schedule test failure
91 */
90GNUNET_SCHEDULER_TaskIdentifier die_task; 92GNUNET_SCHEDULER_TaskIdentifier die_task;
91 93
92/* Global return value (0 for success, anything else for failure) */ 94/**
95 * Global return value (0 for success, anything else for failure)
96 */
93static int ok; 97static int ok;
94 98
95/** 99/**