aboutsummaryrefslogtreecommitdiff
path: root/lib/tran.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tran.h')
-rw-r--r--lib/tran.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/tran.h b/lib/tran.h
index fee96e8..9ad1203 100644
--- a/lib/tran.h
+++ b/lib/tran.h
@@ -72,10 +72,11 @@ struct transport_ops {
*/
int
tran_parse_version_json(const char *json_str, int *client_max_fdsp,
- size_t *client_max_data_xfer_sizep, size_t *pgsizep);
+ size_t *client_max_data_xfer_sizep, size_t *pgsizep,
+ bool *twin_socket_supportedp);
int
-tran_negotiate(vfu_ctx_t *vfu_ctx);
+tran_negotiate(vfu_ctx_t *vfu_ctx, int *client_cmd_socket_fdp);
#endif /* LIB_VFIO_USER_TRAN_H */