On Tue, Jun 28, 2022 at 09:22:13AM -0700, Tyler Retzlaff wrote: > > e.g. make the opaque object an explicit type. > oops missed the typedef there but you probably know what i meant.
typedef
> struct {
> uintptr_t opaque;
> } rte_bus_handle_t;
>

