Re: [Xenomai] [PATCH 2 of 2] Xenomai-forge notifier_init: panic on failed pipe

2013-10-18 Thread Kim De Mey
2013/10/18 Philippe Gerum > On 10/18/2013 03:21 PM, Kim De Mey wrote: > >> >> >> >> 2013/10/18 Philippe Gerum mailto:r...@xenomai.org>> >> >> >> On 10/18/2013 02:54 PM, Philippe Gerum wrote: >> >> On 10/18/2013 02:50 PM, Kim De Mey wrote: >> >> Panic if one of the pipe() s

Re: [Xenomai] [PATCH 2 of 2] Xenomai-forge notifier_init: panic on failed pipe

2013-10-18 Thread Philippe Gerum
On 10/18/2013 03:21 PM, Kim De Mey wrote: 2013/10/18 Philippe Gerum mailto:r...@xenomai.org>> On 10/18/2013 02:54 PM, Philippe Gerum wrote: On 10/18/2013 02:50 PM, Kim De Mey wrote: Panic if one of the pipe() system calls fails. To indicate that there

Re: [Xenomai] [PATCH 2 of 2] Xenomai-forge notifier_init: panic on failed pipe

2013-10-18 Thread Kim De Mey
2013/10/18 Philippe Gerum > On 10/18/2013 02:54 PM, Philippe Gerum wrote: > >> On 10/18/2013 02:50 PM, Kim De Mey wrote: >> >>> Panic if one of the pipe() system calls fails. To indicate that there >>> is an underlying problem. >>> >>> Signed-off-by: Kim De Mey >>> >>> --- >>> >>> lib/copperpl

Re: [Xenomai] [PATCH 2 of 2] Xenomai-forge notifier_init: panic on failed pipe

2013-10-18 Thread Philippe Gerum
On 10/18/2013 02:54 PM, Philippe Gerum wrote: On 10/18/2013 02:50 PM, Kim De Mey wrote: Panic if one of the pipe() system calls fails. To indicate that there is an underlying problem. Signed-off-by: Kim De Mey --- lib/copperplate/notifier.c | 4 ++-- 1 files changed, 2 insertions(+), 2 d

Re: [Xenomai] [PATCH 2 of 2] Xenomai-forge notifier_init: panic on failed pipe

2013-10-18 Thread Philippe Gerum
On 10/18/2013 02:50 PM, Kim De Mey wrote: Panic if one of the pipe() system calls fails. To indicate that there is an underlying problem. Signed-off-by: Kim De Mey --- lib/copperplate/notifier.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/copperplate/notif

[Xenomai] [PATCH 2 of 2] Xenomai-forge notifier_init: panic on failed pipe

2013-10-18 Thread Kim De Mey
Panic if one of the pipe() system calls fails. To indicate that there is an underlying problem. Signed-off-by: Kim De Mey --- lib/copperplate/notifier.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/copperplate/notifier.c b/lib/copperplate/notifier.c --- a/lib/c