From f7804084f43403b1370851de9d459c49f55baa9a Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Sat, 6 Jun 2020 14:19:26 +0200 Subject: Clean up the refcounting to allow a proper exit on signal --- uring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uring.h') diff --git a/uring.h b/uring.h index cd13cd4..ff6bfb9 100644 --- a/uring.h +++ b/uring.h @@ -44,6 +44,6 @@ void uring_refdump(struct uring_ev *uev); void uring_init(struct cfg *cfg); -int uring_event_loop(struct cfg *cfg); +void uring_event_loop(struct cfg *cfg); #endif -- cgit v1.2.3