On Fri, Feb 03, 2023 at 11:03:07AM -0800, Stefan Roesch wrote: > This adds two functions to manage the napi busy poll settings: > - io_uring_register_napi > - io_uring_unregister_napi > > Signed-off-by: Stefan Roesch <shr@xxxxxxxxxxxx> > --- > src/include/liburing.h | 3 +++ > src/include/liburing/io_uring.h | 12 ++++++++++++ > src/liburing.map | 3 +++ > src/register.c | 12 ++++++++++++ > 4 files changed, 30 insertions(+) We have a new rule. Since commit: 9e2890d35e9677d8cfc7ac66cdb2d97c48a0b5a2 ("build: add liburing-ffi") Adding a new exported function should also be reflected in liburing-ffi.map. -- Ammar Faizi