summaryrefslogtreecommitdiffstats
path: root/aclk/aclk_rx_msgs.h
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2021-07-07 16:32:37 +0200
committerGitHub <noreply@github.com>2021-07-07 16:32:37 +0200
commitd005dee55800818b26f6308c433e6aed8079f7fe (patch)
tree2e884e10d333dfa947b1b20d360dcad805a492ed /aclk/aclk_rx_msgs.h
parent59394b5f9d8891cb59c42ac87fd8f0d41b28db94 (diff)
ACLK-NG New Cloud NodeInstance related msgs (#11234)
Adds new cloud arch NodeInstance messages as per design. Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com>
Diffstat (limited to 'aclk/aclk_rx_msgs.h')
-rw-r--r--aclk/aclk_rx_msgs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/aclk/aclk_rx_msgs.h b/aclk/aclk_rx_msgs.h
index 21c202dee2..98024d5d4e 100644
--- a/aclk/aclk_rx_msgs.h
+++ b/aclk/aclk_rx_msgs.h
@@ -10,4 +10,6 @@
int aclk_handle_cloud_message(char *payload);
+void aclk_handle_new_cloud_msg(const char *message_type, const char *msg, size_t msg_len);
+
#endif /* ACLK_RX_MSGS_H */