diff --git a/lib/nodes/fpga.cpp b/lib/nodes/fpga.cpp index d6a822e41..027b883f3 100644 --- a/lib/nodes/fpga.cpp +++ b/lib/nodes/fpga.cpp @@ -220,7 +220,7 @@ std::vector FpgaNode::getPollFDs() int FpgaNodeFactory::start(SuperNode *sn) { - vfioContainer = kernel::vfio::Container::create(); + vfioContainer = std::make_shared(); pciDevices = std::make_shared(); // Get the FPGA card plugin