summaryrefslogtreecommitdiff
path: root/uring.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-06 14:19:26 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-06 14:19:26 +0200
commitf7804084f43403b1370851de9d459c49f55baa9a (patch)
tree1e5c3760c52190f489fb5f4f2d79a0baf77d2685 /uring.h
parente2c3fd4f88b095aca492c0df1a278c774b00492d (diff)
Clean up the refcounting to allow a proper exit on signal
Diffstat (limited to 'uring.h')
-rw-r--r--uring.h2
1 files changed, 1 insertions, 1 deletions
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