aboutsummaryrefslogtreecommitdiff
path: root/lib/private.h
diff options
context:
space:
mode:
authorswapnili <swapnil.ingle@nutanix.com>2020-12-07 12:00:43 +0100
committerGitHub <noreply@github.com>2020-12-07 12:00:43 +0100
commit1b6e70d1658e29af5cf6358b2efcc0b3d3c05439 (patch)
tree0cf451babe315678bea0e3e59cb96d16170e4dd9 /lib/private.h
parente653a69a6a13094fcb9985c4b4e4068ae91d54ac (diff)
downloadlibvfio-user-1b6e70d1658e29af5cf6358b2efcc0b3d3c05439.zip
libvfio-user-1b6e70d1658e29af5cf6358b2efcc0b3d3c05439.tar.gz
libvfio-user-1b6e70d1658e29af5cf6358b2efcc0b3d3c05439.tar.bz2
Remove obsolete comment (#167)
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 5be90b9..5251724 100644
--- a/lib/private.h
+++ b/lib/private.h
@@ -117,8 +117,6 @@ struct vfu_ctx {
vfu_map_dma_cb_t *map_dma;
vfu_unmap_dma_cb_t *unmap_dma;
- /* TODO there should be a void * variable to store transport-specific stuff */
- /* VFU_TRANS_SOCK */
int client_max_fds;
vfu_reg_info_t *migr_reg;