On Sat, Feb 04, 2023 at 04:24:21PM -0800, Stefan Roesch wrote: > diff --git a/src/liburing-ffi.map b/src/liburing-ffi.map > index cebf882..000546c 100644 > --- a/src/liburing-ffi.map > +++ b/src/liburing-ffi.map > @@ -166,6 +166,8 @@ LIBURING_2.4 { > io_uring_prep_recv; > io_uring_prep_msg_ring_cqe_flags; > io_uring_prep_msg_ring_fd; > + io_uring_register_napi; > + io_uring_unregister_napi; > local: > *; > }; Use tab for indentation. Not spaces. With that fixed: Reviewed-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> -- Ammar Faizi