aboutsummaryrefslogtreecommitdiff
path: root/lib/private.h
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-12-02 04:46:28 -0500
committerThanos Makatos <thanos.makatos@nutanix.com>2020-12-02 04:46:28 -0500
commit207374c07b90e386462ca6c43405345b84723a8a (patch)
treeef8928d5c1b634a48dc2d5e7e1d21a7fa2f2ed59 /lib/private.h
parenta623866f21bdc102f0d96cbd196a3080439caa30 (diff)
downloadlibvfio-user-207374c07b90e386462ca6c43405345b84723a8a.zip
libvfio-user-207374c07b90e386462ca6c43405345b84723a8a.tar.gz
libvfio-user-207374c07b90e386462ca6c43405345b84723a8a.tar.bz2
introduce device type
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'lib/private.h')
-rw-r--r--lib/private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private.h b/lib/private.h
index a2fb3a7..335ceaa 100644
--- a/lib/private.h
+++ b/lib/private.h
@@ -129,6 +129,7 @@ struct vfu_ctx {
uint32_t irq_count[VFU_DEV_NUM_IRQS];
vfu_irqs_t *irqs;
int ready;
+ vfu_dev_type_t dev_type;
};
int