Re: rttimer move callback to the queue struct

2022-05-03 Thread Alexander Bluhm
On Tue, May 03, 2022 at 11:30:13AM +0200, Claudio Jeker wrote: > Next stage of rttimer cleanup. Move the callback from the rttimer to the > rttimer_queue struct. The callback is always the same for a queue so there > is no need to define it on every call. > > On top of that replace rt_timer_queue_

rttimer move callback to the queue struct

2022-05-03 Thread Claudio Jeker
Next stage of rttimer cleanup. Move the callback from the rttimer to the rttimer_queue struct. The callback is always the same for a queue so there is no need to define it on every call. On top of that replace rt_timer_queue_destroy() with rt_timer_queue_flush(). With this queues can no longer be