From 73fe495cffb7eae3f68df3d3598b0f83df81b79a Mon Sep 17 00:00:00 2001 From: paulo Date: Mon, 14 Dec 2009 17:38:26 +0000 Subject: Using message queue to send commands from cli thread to bgp thread. --- lib/memtypes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/memtypes.c') diff --git a/lib/memtypes.c b/lib/memtypes.c index 8146f21f..81acb205 100644 --- a/lib/memtypes.c +++ b/lib/memtypes.c @@ -40,6 +40,7 @@ struct memory_list memory_list_lib[] = { MTYPE_QTIMER_PILE, "qtimer pile structure" }, { MTYPE_QTIMER, "qtimer timer" }, { MTYPE_QPN_NEXUS, "qtn nexus" }, + { MTYPE_MARSHAL, "marshalled commands" }, { MTYPE_VTY, "VTY" }, { MTYPE_VTY_OUT_BUF, "VTY output buffer" }, { MTYPE_VTY_HIST, "VTY history" }, -- cgit v1.2.3