Commit f0e0939e authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

lib/nicbm: make runner member public

parent 2acf9f76
......@@ -62,9 +62,10 @@ class TimedEvent {
class Runner {
public:
class Device {
protected:
friend class Runner;
public:
Runner *runner_;
protected:
bool int_intx_en_;
bool int_msi_en_;
bool int_msix_en_;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment