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:
parent
7f7920876e
commit
226354a9c0
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue