From b060a5f475354b9537e4b5985cffad52296625bd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 22 Feb 2017 13:49:09 +0100 Subject: [PATCH] fix type --- src/dht/test_dht_monitor.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/dht/test_dht_monitor.c b/src/dht/test_dht_monitor.c index a175890f0..3de800144 100644 --- a/src/dht/test_dht_monitor.c +++ b/src/dht/test_dht_monitor.c @@ -107,12 +107,12 @@ static unsigned int monitor_counter; * Terminates active get operations and shuts down * the testbed. * - * @param cls the `struct GNUNET_DHT_TestContext` + * @param cls the `struct GNUNET_DHT_TEST_Context` */ static void shutdown_task (void *cls) { - struct GNUNET_DHT_TestContext *ctx = cls; + struct GNUNET_DHT_TEST_Context *ctx = cls; unsigned int i; struct GetOperation *get_op; @@ -183,7 +183,6 @@ dht_get_handler (void *cls, struct GNUNET_TIME_Absolute exp, { struct GetOperation *get_op = cls; struct GNUNET_HashCode want; - struct GNUNET_DHT_TestContext *ctx; if (sizeof (struct GNUNET_HashCode) != size) { -- 2.25.1