aboutsummaryrefslogtreecommitdiff
path: root/lib/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private.h')
-rw-r--r--lib/private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private.h b/lib/private.h
index 5ea25be..787cae9 100644
--- a/lib/private.h
+++ b/lib/private.h
@@ -52,6 +52,9 @@ ERROR_PTR(int err)
struct transport_ops {
int (*init)(vfu_ctx_t *vfu_ctx);
+
+ int (*get_poll_fd)(vfu_ctx_t *vfu_ctx);
+
int (*attach)(vfu_ctx_t *vfu_ctx);
int (*get_request)(vfu_ctx_t *vfu_ctx, struct vfio_user_header *hdr,