1
0
Fork 0
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:
Steffen Vogel 2022-12-07 18:51:39 +01:00
parent 3b5f686262
commit 5398006734

View file

@ -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