X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Ftest_server.c;h=189c13e18e95c9eb7576e025d3f1ac37cbc01f84;hb=4707789ebfb4cef9672db31e3ceb8f98381901d0;hp=798af25171bc7663674f8d774c518cda3ba3fb32;hpb=c2d9d1e64c9801122caaa6b429fc67706db5c9d7;p=oweals%2Fgnunet.git diff --git a/src/util/test_server.c b/src/util/test_server.c index 798af2517..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 @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** * @file util/test_server.c @@ -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];