On Fri, May 10, 2024 at 8:28 AM Alexander Lobakin <[email protected]> wrote: > > In C, we have structures and unions. > Casting `void *` via macros is not only error-prone, but also looks > confusing and awful in general. > In preparation for splitting the queue structs, replace it with a > union and direct array dereferences. > > Signed-off-by: Alexander Lobakin <[email protected]>
FWIW, Reviewed-by: Mina Almasry <[email protected]> -- Thanks, Mina
