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

fix: move member "doReset" from pcieCard to card parent

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2025-03-10 17:46:35 +01:00 committed by Niklas Eiling
parent 7f7920876e
commit 226354a9c0
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,7 @@ namespace fpga {
class Card {
public:
bool polling;
bool doReset; // Reset VILLASfpga during startup?
std::string name; // The name of the FPGA card
std::shared_ptr<kernel::vfio::Container> vfioContainer;

View file

@ -52,7 +52,6 @@ public:
void dump() {}
public: // TODO: make this private
bool doReset; // Reset VILLASfpga during startup?
int affinity; // Affinity for MSI interrupts
std::shared_ptr<kernel::devices::PciDevice> pdev; // PCI device handle