On 11/07/2024 19:05, Bart Van Assche wrote:
On 7/11/24 1:23 AM, John Garry wrote:+enum { + QUEUE_FLAG_DYING = 0, /* queue being torn down */Please leave out " = 0" since it is redundant.
ok. I think that assigning the base member to zero is 50/50 habit and paranoia for me.
I'll look at the rest of your comments next week. Thanks, John