gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r10961 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r10961 - gnunet/src/util
Date: Sat, 17 Apr 2010 19:47:53 +0200

Author: grothoff
Date: 2010-04-17 19:47:53 +0200 (Sat, 17 Apr 2010)
New Revision: 10961

Modified:
   gnunet/src/util/test_os_start_process.c
Log:
syn

Modified: gnunet/src/util/test_os_start_process.c
===================================================================
--- gnunet/src/util/test_os_start_process.c     2010-04-17 17:45:48 UTC (rev 
10960)
+++ gnunet/src/util/test_os_start_process.c     2010-04-17 17:47:53 UTC (rev 
10961)
@@ -33,18 +33,18 @@
 #include "gnunet_scheduler_lib.h"
 #include "disk.h"
 
-#define VERBOSE GNUNET_NO
+#define VERBOSE GNUNET_YES
 
 static char *test_phrase = "HELLO WORLD";
 static int ok;
 
-pid_t pid;
+static pid_t pid;
 /* Pipe to write to started processes stdin (on write end) */
-struct GNUNET_DISK_PipeHandle *hello_pipe_stdin;
+static struct GNUNET_DISK_PipeHandle *hello_pipe_stdin;
 /* Pipe to read from started processes stdout (on read end) */
-struct GNUNET_DISK_PipeHandle *hello_pipe_stdout;
+static struct GNUNET_DISK_PipeHandle *hello_pipe_stdout;
 
-GNUNET_SCHEDULER_TaskIdentifier die_task;
+static GNUNET_SCHEDULER_TaskIdentifier die_task;
 
 static void
 end_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
@@ -166,7 +166,7 @@
 {
   int ret;
 
-  GNUNET_log_setup ("test-start-process",
+  GNUNET_log_setup ("test-os-start-process",
 #if VERBOSE
                     "DEBUG",
 #else





reply via email to

[Prev in Thread] Current Thread [Next in Thread]