summaryrefslogtreecommitdiffstats
path: root/lib/memtypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/memtypes.c')
-rw-r--r--lib/memtypes.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/memtypes.c b/lib/memtypes.c
index c55a2cb7..633ca9bb 100644
--- a/lib/memtypes.c
+++ b/lib/memtypes.c
@@ -34,13 +34,14 @@ struct memory_list memory_list_lib[] =
{ MTYPE_QPT_COND, "qpt condition variable" },
{ MTYPE_MQUEUE_QUEUE, "Mqueue queue structure" },
{ MTYPE_MQUEUE_BLOCKS, "Mqueue message blocks" },
+ { MTYPE_MQUEUE_BLOCK_EXT, "Mqueue message block extension"},
{ MTYPE_MQUEUE_THREAD_SIGNAL, "Mqueue thread signal" },
{ MTYPE_QPS_SELECTION, "qpselect selection" },
{ MTYPE_QPS_FILE, "qpselect file" },
{ MTYPE_QTIMER_PILE, "qtimer pile structure" },
{ MTYPE_QTIMER, "qtimer timer" },
{ MTYPE_QPN_NEXUS, "qtn nexus" },
- { MTYPE_MARSHAL, "marshalled commands" },
+ { MTYPE_MARSHAL, "marshalled commands" },
{ MTYPE_VTY, "VTY" },
{ MTYPE_VTY_OUT_BUF, "VTY output buffer" },
{ MTYPE_VTY_HIST, "VTY history" },