summaryrefslogtreecommitdiff
path: root/uring.h
diff options
context:
space:
mode:
Diffstat (limited to 'uring.h')
-rw-r--r--uring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uring.h b/uring.h
index fdabf68..cd13cd4 100644
--- a/uring.h
+++ b/uring.h
@@ -11,6 +11,8 @@ void uring_task_set_fd(struct uring_task *task, int fd);
void uring_task_close_fd(struct cfg *cfg, struct uring_task *task);
+struct uring_task *uring_parent(struct cfg *cfg);
+
void uring_task_init(struct uring_task *task, const char *name,
struct uring_task *parent,
void (*free)(struct uring_task *));