summaryrefslogtreecommitdiff
path: root/uring.h
diff options
context:
space:
mode:
Diffstat (limited to 'uring.h')
-rw-r--r--uring.h3
1 files changed, 3 insertions, 0 deletions
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);