aboutsummaryrefslogtreecommitdiff
path: root/applications/message_handler_openamp/remoteproc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'applications/message_handler_openamp/remoteproc.cpp')
-rw-r--r--applications/message_handler_openamp/remoteproc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/message_handler_openamp/remoteproc.cpp b/applications/message_handler_openamp/remoteproc.cpp
index c2db93a..48dd4e8 100644
--- a/applications/message_handler_openamp/remoteproc.cpp
+++ b/applications/message_handler_openamp/remoteproc.cpp
@@ -44,7 +44,8 @@ void setupRProcMem(remoteproc &rproc,
*****************************************************************************/
RProc::RProc(Mailbox::Mailbox &_mailbox, resource_table &table, size_t tableSize) :
- mailbox(_mailbox), ops({}), vdev(nullptr), mems(), regions(), notifySemaphore(xSemaphoreCreateBinary()) {
+ mailbox(_mailbox), ops({}), vdev(nullptr), rsc_mem(), rsc_region(), mems(), regions(),
+ notifySemaphore(xSemaphoreCreateBinary()), notifyHandle() {
ops.init = init; // initialize the remoteproc instance
ops.remove = remove; // remove the remoteproc instance
ops.handle_rsc = handle_rsc; // handle the vendor specific resource