-only trigger check config if we actually need it
[oweals/gnunet.git] / src / statistics / test_statistics_api_loop.c
index 7a7b44c1fc43725cbdff09df645cb7055b44224a..a7e2cbab509a85bcf6bbb04a0dd51ecfe2b126cb 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009 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 statistics/test_statistics_api_loop.c
@@ -70,7 +70,7 @@ run (void *cls, char *const *args, const char *cfgfile,
   i = 0;
   GNUNET_break (NULL !=
                 GNUNET_STATISTICS_get (h, NULL, "test-0",
-                                       GNUNET_TIME_UNIT_MINUTES, &next,
+                                       &next,
                                        &check_1, cls));
 }
 
@@ -94,7 +94,7 @@ main (int argc, char *argv_ign[])
   binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-statistics");
   proc =
     GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
-                            NULL, NULL,
+                            NULL, NULL, NULL,
                             binary,
                             "gnunet-service-statistics",
                             "-c", "test_statistics_api_data.conf", NULL);