summaryrefslogtreecommitdiffstats
path: root/occ_pass_through.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'occ_pass_through.hpp')
-rw-r--r--occ_pass_through.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/occ_pass_through.hpp b/occ_pass_through.hpp
index 205fc04..384a065 100644
--- a/occ_pass_through.hpp
+++ b/occ_pass_through.hpp
@@ -60,6 +60,9 @@ class PassThrough : public Iface
*/
std::string devicePath;
+ /** @brief Indicates whether or not the OCC is currently active */
+ bool occActive = false;
+
/** brief file descriptor associated with occ device */
int fd = -1;
OpenPOWER on IntegriCloud