diff options
Diffstat (limited to 'lib/private.h')
-rw-r--r-- | lib/private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private.h b/lib/private.h index a2fb3a7..2f51594 100644 --- a/lib/private.h +++ b/lib/private.h @@ -129,6 +129,8 @@ struct vfu_ctx { uint32_t irq_count[VFU_DEV_NUM_IRQS]; vfu_irqs_t *irqs; int ready; + vfu_dev_type_t dev_type; + vfu_pci_type_t pci_type; }; int |