-doxygen, indentation
[oweals/gnunet.git] / src / statistics / test_statistics_api.c
index 47871fa7b4d3ff0e651976da73f9709bd9bb5b6f..aa9088f3595daba78daf5c04a97a93eaf8e737df 100644 (file)
@@ -153,7 +153,7 @@ main (int argc, char *argv_ign[])
   GNUNET_assert (NULL != proc);
   GNUNET_PROGRAM_run (5, argv, "test-statistics-api", "nohelp", options, &run,
                       &ok);
-  if (0 != GNUNET_OS_process_kill (proc, SIGTERM))
+  if (0 != GNUNET_OS_process_kill (proc, GNUNET_TERM_SIG))
   {
     GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
     ok = 1;
@@ -175,7 +175,7 @@ main (int argc, char *argv_ign[])
                                "-c", "test_statistics_api_data.conf", NULL);
   GNUNET_PROGRAM_run (5, argv, "test-statistics-api", "nohelp", options,
                       &run_more, &ok);
-  if (0 != GNUNET_OS_process_kill (proc, SIGTERM))
+  if (0 != GNUNET_OS_process_kill (proc, GNUNET_TERM_SIG))
   {
     GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
     ok = 1;