Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
f0e0939e
Commit
f0e0939e
authored
Sep 02, 2021
by
Antoine Kaufmann
Browse files
lib/nicbm: make runner member public
parent
2acf9f76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lib/simbricks/nicbm/nicbm.h
lib/simbricks/nicbm/nicbm.h
+3
-2
No files found.
lib/simbricks/nicbm/nicbm.h
View file @
f0e0939e
...
@@ -62,9 +62,10 @@ class TimedEvent {
...
@@ -62,9 +62,10 @@ class TimedEvent {
class
Runner
{
class
Runner
{
public:
public:
class
Device
{
class
Device
{
protected:
public:
friend
class
Runner
;
Runner
*
runner_
;
Runner
*
runner_
;
protected:
bool
int_intx_en_
;
bool
int_intx_en_
;
bool
int_msi_en_
;
bool
int_msi_en_
;
bool
int_msix_en_
;
bool
int_msix_en_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment