aboutsummaryrefslogtreecommitdiff
path: root/applications/message_process/include/message_process.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'applications/message_process/include/message_process.hpp')
-rw-r--r--applications/message_process/include/message_process.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/message_process/include/message_process.hpp b/applications/message_process/include/message_process.hpp
index 8044f7c..51f474d 100644
--- a/applications/message_process/include/message_process.hpp
+++ b/applications/message_process/include/message_process.hpp
@@ -24,6 +24,7 @@
#include <cstddef>
#include <cstdio>
+#include <vector>
namespace MessageProcess {
@@ -77,7 +78,7 @@ public:
void handleIrq();
bool handleMessage();
void sendPong();
- void sendInferenceRsp(uint64_t userArg, size_t ofmSize, bool failed);
+ void sendInferenceRsp(uint64_t userArg, std::vector<InferenceProcess::DataPtr> &ofm, bool failed);
private:
QueueImpl queueIn;