mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fpga: fix creation of VFIO container
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
parent
3b5f686262
commit
5398006734
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ std::vector<int> FpgaNode::getPollFDs()
|
|||
|
||||
int FpgaNodeFactory::start(SuperNode *sn)
|
||||
{
|
||||
vfioContainer = kernel::vfio::Container::create();
|
||||
vfioContainer = std::make_shared<kernel::vfio::Container>();
|
||||
pciDevices = std::make_shared<kernel::pci::DeviceList>();
|
||||
|
||||
// Get the FPGA card plugin
|
||||
|
|
Loading…
Add table
Reference in a new issue