diff options
author | Thanos Makatos <thanos.makatos@nutanix.com> | 2020-12-02 04:47:11 -0500 |
---|---|---|
committer | Thanos Makatos <thanos.makatos@nutanix.com> | 2020-12-02 05:47:02 -0500 |
commit | ee1feabb520694633089f1811e8421f50e24c9dd (patch) | |
tree | daed4f04a153eeb9220cc4e53c429c0463ce030b /lib/private.h | |
parent | 207374c07b90e386462ca6c43405345b84723a8a (diff) | |
download | libvfio-user-ee1feabb520694633089f1811e8421f50e24c9dd.zip libvfio-user-ee1feabb520694633089f1811e8421f50e24c9dd.tar.gz libvfio-user-ee1feabb520694633089f1811e8421f50e24c9dd.tar.bz2 |
introduce PCI types
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'lib/private.h')
-rw-r--r-- | lib/private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private.h b/lib/private.h index 335ceaa..2f51594 100644 --- a/lib/private.h +++ b/lib/private.h @@ -130,6 +130,7 @@ struct vfu_ctx { vfu_irqs_t *irqs; int ready; vfu_dev_type_t dev_type; + vfu_pci_type_t pci_type; }; int |