X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftestbed%2Ftest_testbed_api_sd.c;h=16f720a03a7fe217f66a5f252cda80de49a81dca;hb=bb5fe91d23b0938baa3c4f0e92a83df659df216a;hp=d4fa7af8442ca198b11b89a68963ea9974fabf82;hpb=8830d27022a4c303baab008ad5d4dfeef0c0ee8e;p=oweals%2Fgnunet.git diff --git a/src/testbed/test_testbed_api_sd.c b/src/testbed/test_testbed_api_sd.c index d4fa7af84..16f720a03 100644 --- a/src/testbed/test_testbed_api_sd.c +++ b/src/testbed/test_testbed_api_sd.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet - (C) 2008--2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2008--2013 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,19 +14,18 @@ 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 testbed/testbed_api_sd.c * @brief test cases for calculating standard deviation - * @author Sree Harsha Totakura + * @author Sree Harsha Totakura */ #include "platform.h" -#include "gnunet_common.h" #include "gnunet_util_lib.h" #include "testbed_api_sd.h" @@ -58,7 +57,7 @@ run (void *cls, char *const *args, const char *cfgfile, ret = 1; goto err; } - GNUNET_TESTBED_SD_add_data_ (h, 30); + GNUNET_TESTBED_SD_add_data_ (h, 30); if (GNUNET_SYSERR == GNUNET_TESTBED_SD_deviation_factor_ (h, 80, &sd)) { GNUNET_break (0);