aboutsummaryrefslogtreecommitdiff
path: root/lib/private.h
diff options
context:
space:
mode:
authorswapnili <swapnil.ingle@nutanix.com>2020-12-07 11:26:50 +0100
committerGitHub <noreply@github.com>2020-12-07 11:26:50 +0100
commitf0fdfa8936dc908e024202aa9bfc203cd3d3c816 (patch)
treec4fa8aff01bc19e6b7b9cbf5ef03e7fe47e50f80 /lib/private.h
parent331de08bd97d97433655fafd681b2d278e5d9d8d (diff)
downloadlibvfio-user-f0fdfa8936dc908e024202aa9bfc203cd3d3c816.zip
libvfio-user-f0fdfa8936dc908e024202aa9bfc203cd3d3c816.tar.gz
libvfio-user-f0fdfa8936dc908e024202aa9bfc203cd3d3c816.tar.bz2
Remove sock_flags from struct vfu_ctx (#163)
Signed-off-by: Swapnil Ingle <swapnil.ingle@nutanix.com> Reviewed-by: John Levon <john.levon@nutanix.com>
Diffstat (limited to 'lib/private.h')
-rw-r--r--lib/private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private.h b/lib/private.h
index 9768730..5be90b9 100644
--- a/lib/private.h
+++ b/lib/private.h
@@ -119,8 +119,6 @@ struct vfu_ctx {
/* TODO there should be a void * variable to store transport-specific stuff */
/* VFU_TRANS_SOCK */
- int sock_flags;
-
int client_max_fds;
vfu_reg_info_t *migr_reg;