From 32858e669a79e0a053031fd65e2007d4b89e066b Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Sun, 12 Jul 2020 14:11:53 +0200 Subject: Teach minecproxy to use same dirs as minecctl, step 2 --- minecproxy/uring.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'minecproxy/uring.h') diff --git a/minecproxy/uring.h b/minecproxy/uring.h index d5db725..7ec5f16 100644 --- a/minecproxy/uring.h +++ b/minecproxy/uring.h @@ -47,7 +47,8 @@ static inline void uring_read(struct uring_task *task, void *buf, size_t len, uring_read_offset(task, buf, len, 0, cb); } -void uring_openat(struct uring_task *task, const char *path, utask_cb_t cb); +void uring_openat(struct uring_task *task, int dfd, const char *path, + utask_cb_t cb); void uring_tbuf_recvmsg(struct uring_task *task, utask_cb_t cb); -- cgit v1.2.3