summaryrefslogtreecommitdiffstats
path: root/src/msg_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg_manager.h')
-rwxr-xr-xsrc/msg_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msg_manager.h b/src/msg_manager.h
index 8958f826..0390ce10 100755
--- a/src/msg_manager.h
+++ b/src/msg_manager.h
@@ -98,6 +98,7 @@ public:
static CMsgIns * Ins();
static void Free();
bool Create(uint8_t num_threads);
+ void Delete();
public:
CMessagingManager * getRxDp(){
return (&m_rx_dp);