ipsec: IPSec protection for multi-point tunnel interfaces
[vpp.git] / src / svm / message_queue.h
index 7226560..37293fc 100644 (file)
@@ -247,6 +247,12 @@ int svm_msg_q_alloc_consumer_eventfd (svm_msg_q_t * mq);
  */
 int svm_msg_q_alloc_producer_eventfd (svm_msg_q_t * mq);
 
+
+/**
+ * Format message queue, shows msg count for each ring
+ */
+u8 *format_svm_msg_q (u8 * s, va_list * args);
+
 /**
  * Check if message queue is full
  */