gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10237 - gnunet/src/arm


From: gnunet
Subject: [GNUnet-SVN] r10237 - gnunet/src/arm
Date: Sat, 6 Feb 2010 13:51:54 +0100

Author: grothoff
Date: 2010-02-06 13:51:54 +0100 (Sat, 06 Feb 2010)
New Revision: 10237

Modified:
   gnunet/src/arm/gnunet-service-arm.c
Log:
move

Modified: gnunet/src/arm/gnunet-service-arm.c
===================================================================
--- gnunet/src/arm/gnunet-service-arm.c 2010-02-06 12:51:24 UTC (rev 10236)
+++ gnunet/src/arm/gnunet-service-arm.c 2010-02-06 12:51:54 UTC (rev 10237)
@@ -809,6 +809,8 @@
   int statcode;
   int ret;
   char c[16];
+  enum GNUNET_OS_ProcessStatusType statusType;
+  unsigned long statusCode;
 
   child_death_task = GNUNET_SCHEDULER_NO_TASK;
   if (0 == (tc->reason & GNUNET_SCHEDULER_REASON_READ_READY))
@@ -826,9 +828,6 @@
   next = running;
   while (NULL != (pos = next))
     {
-      enum GNUNET_OS_ProcessStatusType statusType;
-      unsigned long statusCode;
-
       next = pos->next;
       if (pos->pid == 0) 
        {





reply via email to

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