gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit b060a5f475354b9537e4b5985cffad52296625bd
parent 32610d5d9238ab3f31f8fc6494d9cc0b5d18d290
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 22 Feb 2017 13:49:09 +0100

fix type

Diffstat:
Msrc/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 @@ -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) {