aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_server_with_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_server_with_client.c')
-rw-r--r--src/util/test_server_with_client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/test_server_with_client.c b/src/util/test_server_with_client.c
index 07bc88783..8a8f65474 100644
--- a/src/util/test_server_with_client.c
+++ b/src/util/test_server_with_client.c
@@ -40,7 +40,7 @@ static struct GNUNET_CONFIGURATION_Handle *cfg;
40static int ok; 40static int ok;
41 41
42static void 42static void
43send_done (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 43send_done (void *cls)
44{ 44{
45 struct GNUNET_SERVER_Client *argclient = cls; 45 struct GNUNET_SERVER_Client *argclient = cls;
46 46
@@ -94,7 +94,7 @@ recv_cb (void *cls, struct GNUNET_SERVER_Client *argclient,
94 94
95 95
96static void 96static void
97clean_up (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 97clean_up (void *cls)
98{ 98{
99 GNUNET_SERVER_destroy (server); 99 GNUNET_SERVER_destroy (server);
100 server = NULL; 100 server = NULL;
@@ -146,7 +146,7 @@ static struct GNUNET_SERVER_MessageHandler handlers[] = {
146 146
147 147
148static void 148static void
149task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 149task (void *cls)
150{ 150{
151 struct sockaddr_in sa; 151 struct sockaddr_in sa;
152 struct sockaddr *sap[2]; 152 struct sockaddr *sap[2];