mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add get method getNumberIrqs()
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
parent
83e95f88a5
commit
dd96465b09
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ public:
|
|||
|
||||
void setAttachedToGroup() { this->attachedToGroup = true; }
|
||||
|
||||
int getNumberIrqs() const { return this->info.num_irqs; }
|
||||
|
||||
private:
|
||||
// Name of the device as listed under
|
||||
// /sys/kernel/iommu_groups/[vfio_group::index]/devices/
|
||||
|
|
Loading…
Add table
Reference in a new issue