From 684ce94729d68e84fd7ab6067998781fdc891358 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Thu, 11 Jun 2020 16:12:42 +0200 Subject: Track cqe and sqe usage --- uring.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'uring.h') diff --git a/uring.h b/uring.h index 11fd656..680684a 100644 --- a/uring.h +++ b/uring.h @@ -1,6 +1,9 @@ #ifndef foouringhfoo #define foouringhfoo +extern uint64_t sqe_count; +extern uint64_t cqe_count; + void uring_task_refdump(struct uring_task *task); void uring_task_destroy(struct cfg *cfg, struct uring_task *task); -- cgit v1.2.3