aboutsummaryrefslogtreecommitdiff
path: root/lib/private.h
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-12-01 21:15:58 +0000
committerGitHub <noreply@github.com>2021-12-01 21:15:58 +0000
commitdf6fcef301661e680a5cf33668ffa3e88bcbbae0 (patch)
tree1e588e02a879b932f1dcca186d842ddca6ff8aa4 /lib/private.h
parent96b3d14160ee20bfc59d29383ffdabacf2f77bdf (diff)
downloadlibvfio-user-df6fcef301661e680a5cf33668ffa3e88bcbbae0.zip
libvfio-user-df6fcef301661e680a5cf33668ffa3e88bcbbae0.tar.gz
libvfio-user-df6fcef301661e680a5cf33668ffa3e88bcbbae0.tar.bz2
refactor process_request() (#633)
Instead of process_request() having a dual role, split into get_request() and handle_request(). Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'lib/private.h')
-rw-r--r--lib/private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/private.h b/lib/private.h
index 2e9a769..ae70a4f 100644
--- a/lib/private.h
+++ b/lib/private.h
@@ -228,9 +228,6 @@ int
consume_fd(int *fds, size_t nr_fds, size_t index);
int
-exec_command(vfu_ctx_t *vfu_ctx, vfu_msg_t *msg);
-
-int
handle_dma_map(vfu_ctx_t *vfu_ctx, vfu_msg_t *msg,
struct vfio_user_dma_map *dma_map);