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.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/dht/test_dht_topo.c b/src/dht/test_dht_topo.c
index fe6007a21..23ed21717 100644
--- a/src/dht/test_dht_topo.c
+++ b/src/dht/test_dht_topo.c
@@ -220,11 +220,9 @@ handle_stats (void *cls,
220 * the testbed. 220 * the testbed.
221 * 221 *
222 * @param cls the 'struct GNUNET_DHT_TestContext' 222 * @param cls the 'struct GNUNET_DHT_TestContext'
223 * @param tc scheduler context
224 */ 223 */
225static void 224static void
226shutdown_task (void *cls, 225shutdown_task (void *cls)
227 const struct GNUNET_SCHEDULER_TaskContext *tc)
228{ 226{
229 struct GNUNET_DHT_TEST_Context *ctx = cls; 227 struct GNUNET_DHT_TEST_Context *ctx = cls;
230 struct GetOperation *get_op; 228 struct GetOperation *get_op;
@@ -323,8 +321,7 @@ dht_get_handler (void *cls, struct GNUNET_TIME_Absolute exp,
323 * @param tc Task context 321 * @param tc Task context
324 */ 322 */
325static void 323static void
326do_puts (void *cls, 324do_puts (void *cls)
327 const struct GNUNET_SCHEDULER_TaskContext *tc)
328{ 325{
329 struct GNUNET_DHT_Handle **hs = cls; 326 struct GNUNET_DHT_Handle **hs = cls;
330 struct GNUNET_HashCode key; 327 struct GNUNET_HashCode key;