summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/cp/mbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/ce/rx/cp/mbox.h')
-rw-r--r--cesar/ce/rx/cp/mbox.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cesar/ce/rx/cp/mbox.h b/cesar/ce/rx/cp/mbox.h
index 18a8ddbf57..bb949efd0f 100644
--- a/cesar/ce/rx/cp/mbox.h
+++ b/cesar/ce/rx/cp/mbox.h
@@ -46,4 +46,13 @@ ce_rx_cp_mbox_t *
ce_rx_cp_mbox_node_refresh_tmi (ce_rx_t *ce_rx, cp_tei_t tei,
tonemaps_t *tms);
+/**
+ * Allocate a message to send CE restart.
+ * \param ce_rx the context of the CE in RX.
+ * \param tei the TEI of the peer STA.
+ * \param tms the RX tome maps.
+ */
+ce_rx_cp_mbox_t *
+ce_rx_cp_mbox_node_restart_ce (ce_rx_t *ce_rx, cp_tei_t tei, tonemaps_t *tms);
+
#endif /* ce_rx_cp_mbox_h */