aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed-logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-testbed-logger.c')
-rw-r--r--src/testbed/gnunet-service-testbed-logger.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/testbed/gnunet-service-testbed-logger.c b/src/testbed/gnunet-service-testbed-logger.c
index bd52b8d52..ab5b17460 100644
--- a/src/testbed/gnunet-service-testbed-logger.c
+++ b/src/testbed/gnunet-service-testbed-logger.c
@@ -119,10 +119,9 @@ handle_log_msg (void *cls, struct GNUNET_SERVER_Client *client,
119 * Task to clean up and shutdown nicely 119 * Task to clean up and shutdown nicely
120 * 120 *
121 * @param cls NULL 121 * @param cls NULL
122 * @param tc the TaskContext from scheduler
123 */ 122 */
124static void 123static void
125shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 124shutdown_task (void *cls)
126{ 125{
127 struct MessageQueue *mq_entry; 126 struct MessageQueue *mq_entry;
128 127
@@ -155,7 +154,7 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
155 * @param client identification of the client; NULL 154 * @param client identification of the client; NULL
156 * for the last call when the server is destroyed 155 * for the last call when the server is destroyed
157 */ 156 */
158static void 157static void
159client_disconnected (void *cls, struct GNUNET_SERVER_Client *client) 158client_disconnected (void *cls, struct GNUNET_SERVER_Client *client)
160{ 159{
161 if (NULL == client) 160 if (NULL == client)