From: Christian Grothoff Date: Wed, 22 Feb 2017 12:49:09 +0000 (+0100) Subject: fix type X-Git-Tag: taler-0.2.1~90 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b060a5f475354b9537e4b5985cffad52296625bd;p=oweals%2Fgnunet.git fix type --- 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) {