From d60c79921cb80f2173d800785ec5d39f6cdbca8c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 23 Nov 2014 20:12:32 +0000 Subject: -fix misc monitoring issues --- src/transport/transport_api_monitor_plugins.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/transport/transport_api_monitor_plugins.c') diff --git a/src/transport/transport_api_monitor_plugins.c b/src/transport/transport_api_monitor_plugins.c index 1bbb4c102..d14323ec6 100644 --- a/src/transport/transport_api_monitor_plugins.c +++ b/src/transport/transport_api_monitor_plugins.c @@ -291,6 +291,7 @@ response_processor (void *cls, struct GNUNET_HELLO_Address addr; struct SearchContext rv; + fprintf (stderr, "R\n"); if (NULL == msg) { reconnect_plugin_ctx (pm); @@ -304,6 +305,10 @@ response_processor (void *cls, NULL, NULL, NULL); + GNUNET_CLIENT_receive (pm->client, + &response_processor, + pm, + GNUNET_TIME_UNIT_FOREVER_REL); return; } @@ -383,6 +388,10 @@ response_processor (void *cls, ps)); GNUNET_free (ps); } + GNUNET_CLIENT_receive (pm->client, + &response_processor, + pm, + GNUNET_TIME_UNIT_FOREVER_REL); } -- cgit v1.2.3