summaryrefslogtreecommitdiffstats
path: root/contexthubhal/system_comms.h
diff options
context:
space:
mode:
Diffstat (limited to 'contexthubhal/system_comms.h')
-rw-r--r--contexthubhal/system_comms.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contexthubhal/system_comms.h b/contexthubhal/system_comms.h
index e1b08e3e..6991457e 100644
--- a/contexthubhal/system_comms.h
+++ b/contexthubhal/system_comms.h
@@ -204,6 +204,8 @@ private:
std::vector<uint8_t> mData;
uint32_t mLen;
uint32_t mPos;
+ uint32_t mNextPos;
+ uint32_t mErrCnt;
hub_app_name_t mAppName;
int setupMgmt(const hub_message_t *appMsg, uint32_t cmd);