Re: [PATCH 2/5] cobalt/events: add single-waiter delivery mode

2022-04-07 Thread Philippe Gerum via Xenomai
Jan Kiszka writes: > On 06.04.22 17:56, Philippe Gerum via Xenomai wrote: >> From: Philippe Gerum >> >> Allow for sending a set of event bits to the heading waiter only, >> instead of broadcasting them to all waiters. >> >> This change affects the ABI, since we add a set of operation flags

Re: [PATCH 2/5] cobalt/events: add single-waiter delivery mode

2022-04-07 Thread Jan Kiszka via Xenomai
On 06.04.22 17:56, Philippe Gerum via Xenomai wrote: > From: Philippe Gerum > > Allow for sending a set of event bits to the heading waiter only, > instead of broadcasting them to all waiters. > > This change affects the ABI, since we add a set of operation flags to > the cobalt_event_sync

[PATCH 2/5] cobalt/events: add single-waiter delivery mode

2022-04-06 Thread Philippe Gerum via Xenomai
From: Philippe Gerum Allow for sending a set of event bits to the heading waiter only, instead of broadcasting them to all waiters. This change affects the ABI, since we add a set of operation flags to the cobalt_event_sync service, to pass the new COBALT_EVENT_BCAST flag. It also affects the