Re: [PATCH 2/5] libpager: improve the pager_demuxer function

2014-02-24 Thread Samuel Thibault
Justus Winter, le Mon 24 Feb 2014 15:41:53 +0100, a écrit : > Handle multiple request types as recommended by the Mach Server > Writer's Guide section 4, subsection "Handling Multiple Request > Types". This avoids initializing the reply message in every X_server > function. The reply message has

Re: [PATCH 2/5] libpager: improve the pager_demuxer function

2014-02-24 Thread Gabriele Giacone
> --- a/libpager/demuxer.c > +++ b/libpager/demuxer.c > @@ -19,22 +19,25 @@ > #include "memory_object_S.h" > #include "notify_S.h" > > +#include "memory_object_S.h" > +#include "notify_S.h" Dups -- G..e

[PATCH 2/5] libpager: improve the pager_demuxer function

2014-02-24 Thread Justus Winter
Handle multiple request types as recommended by the Mach Server Writer's Guide section 4, subsection "Handling Multiple Request Types". This avoids initializing the reply message in every X_server function. The reply message has already been properly initialized in libports, so there is no need t