X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Ftest_server.c;h=189c13e18e95c9eb7576e025d3f1ac37cbc01f84;hb=4707789ebfb4cef9672db31e3ceb8f98381901d0;hp=ff29cfe8b6ce5ae7d413ec443e5f8a9950e8c744;hpb=f27338992f0a5915ee974faea05f764c2df6f584;p=oweals%2Fgnunet.git diff --git a/src/util/test_server.c b/src/util/test_server.c index ff29cfe8b..189c13e18 100644 --- a/src/util/test_server.c +++ b/src/util/test_server.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2009, 2010, 2014 Christian Grothoff (and other contributing authors) + Copyright (C) 2009, 2010, 2014 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -74,11 +74,9 @@ static int ok; * Final task invoked to clean up. * * @param cls NULL - * @param tc scheduler context */ static void -finish_up (void *cls, - const struct GNUNET_SCHEDULER_TaskContext *tc) +finish_up (void *cls) { GNUNET_assert (7 == ok); ok = 0; @@ -262,11 +260,9 @@ static struct GNUNET_SERVER_MessageHandler handlers[] = { * server. * * @param cls NULL - * @param tc scheduler context */ static void -task (void *cls, - const struct GNUNET_SCHEDULER_TaskContext *tc) +task (void *cls) { struct sockaddr_in sa; struct sockaddr *sap[2];