1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

apply refactor

This commit is contained in:
Pascal Bauer 2024-10-21 18:12:20 +02:00
parent 4752b084c0
commit f27fc62454

View file

@ -17,8 +17,8 @@
#include <villas/fpga/node.hpp>
#include <villas/fpga/platform_card.hpp>
#include <villas/kernel/devices/device_ip_matcher.hpp>
#include <villas/kernel/devices/generic_driver.hpp>
#include <villas/kernel/devices/ip_device_reader.hpp>
#include <villas/kernel/devices/linux_driver.hpp>
#include <villas/kernel/kernel.hpp>
#include <villas/memory_manager.hpp>
@ -50,7 +50,7 @@ void PlatformCard::connectVFIOtoIps(
matcher.match();
// Bind device to platform driver
GenericDriver driver(
LinuxDriver driver(
std::filesystem::path("/sys/bus/platform/drivers/vfio-platform"));
for (auto pair : device_ip_pair) {
auto device = pair.second;