Re: [Xenomai-core] [PATCH 1/1] rtdk: various fixes.

2010-01-15 Thread Jan Kiszka
Gilles Chanteperdrix wrote: > Jan Kiszka wrote: >> Gilles Chanteperdrix wrote: >>> Jan Kiszka wrote: Gilles Chanteperdrix wrote: > When exiting a process, rtdk buffers are not flushed. Fix that by > introducing a destructor for the library which flushes the buffers. > > When fo

Re: [Xenomai-core] [PATCH 1/1] rtdk: various fixes.

2010-01-13 Thread Gilles Chanteperdrix
Jan Kiszka wrote: > Gilles Chanteperdrix wrote: >> Jan Kiszka wrote: >>> Gilles Chanteperdrix wrote: When exiting a process, rtdk buffers are not flushed. Fix that by introducing a destructor for the library which flushes the buffers. When forking, if the main thread has an rt_p

Re: [Xenomai-core] [PATCH 1/1] rtdk: various fixes.

2010-01-11 Thread Gilles Chanteperdrix
Jan Kiszka wrote: > Gilles Chanteperdrix wrote: >> Jan Kiszka wrote: >>> Gilles Chanteperdrix wrote: When exiting a process, rtdk buffers are not flushed. Fix that by introducing a destructor for the library which flushes the buffers. When forking, if the main thread has an rt_p

Re: [Xenomai-core] [PATCH 1/1] rtdk: various fixes.

2010-01-11 Thread Gilles Chanteperdrix
Jan Kiszka wrote: > Gilles Chanteperdrix wrote: >> Jan Kiszka wrote: >>> Gilles Chanteperdrix wrote: When exiting a process, rtdk buffers are not flushed. Fix that by introducing a destructor for the library which flushes the buffers. When forking, if the main thread has an rt_p

Re: [Xenomai-core] [PATCH 1/1] rtdk: various fixes.

2010-01-11 Thread Jan Kiszka
Gilles Chanteperdrix wrote: > Jan Kiszka wrote: >> Gilles Chanteperdrix wrote: >>> When exiting a process, rtdk buffers are not flushed. Fix that by >>> introducing a destructor for the library which flushes the buffers. >>> >>> When forking, if the main thread has an rt_printf buffer, it is reused

Re: [Xenomai-core] [PATCH 1/1] rtdk: various fixes.

2010-01-11 Thread Gilles Chanteperdrix
Jan Kiszka wrote: > Gilles Chanteperdrix wrote: >> When exiting a process, rtdk buffers are not flushed. Fix that by >> introducing a destructor for the library which flushes the buffers. >> >> When forking, if the main thread has an rt_printf buffer, it is reused by >> the child, which is a good t

Re: [Xenomai-core] [PATCH 1/1] rtdk: various fixes.

2010-01-11 Thread Jan Kiszka
Gilles Chanteperdrix wrote: > When exiting a process, rtdk buffers are not flushed. Fix that by > introducing a destructor for the library which flushes the buffers. > > When forking, if the main thread has an rt_printf buffer, it is reused by > the child, which is a good thing, however, it is not