aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-06 12:51:54 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-06 12:51:54 +0000
commit95dab98f4561e8a72e1a20aec11f8da5321555ad (patch)
tree2ca29c457c4624cdd789357848b15b5cf4f81323 /src
parentffe595aa89fb7fb782800c3507762cb726de322f (diff)
downloadgnunet-95dab98f4561e8a72e1a20aec11f8da5321555ad.tar.gz
gnunet-95dab98f4561e8a72e1a20aec11f8da5321555ad.zip
move
Diffstat (limited to 'src')
-rw-r--r--src/arm/gnunet-service-arm.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/arm/gnunet-service-arm.c b/src/arm/gnunet-service-arm.c
index c7d5a62d2..77af19bf1 100644
--- a/src/arm/gnunet-service-arm.c
+++ b/src/arm/gnunet-service-arm.c
@@ -809,6 +809,8 @@ maint_child_death (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
809 int statcode; 809 int statcode;
810 int ret; 810 int ret;
811 char c[16]; 811 char c[16];
812 enum GNUNET_OS_ProcessStatusType statusType;
813 unsigned long statusCode;
812 814
813 child_death_task = GNUNET_SCHEDULER_NO_TASK; 815 child_death_task = GNUNET_SCHEDULER_NO_TASK;
814 if (0 == (tc->reason & GNUNET_SCHEDULER_REASON_READ_READY)) 816 if (0 == (tc->reason & GNUNET_SCHEDULER_REASON_READ_READY))
@@ -826,9 +828,6 @@ maint_child_death (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
826 next = running; 828 next = running;
827 while (NULL != (pos = next)) 829 while (NULL != (pos = next))
828 { 830 {
829 enum GNUNET_OS_ProcessStatusType statusType;
830 unsigned long statusCode;
831
832 next = pos->next; 831 next = pos->next;
833 if (pos->pid == 0) 832 if (pos->pid == 0)
834 { 833 {