summaryrefslogtreecommitdiff
path: root/lib/memtypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/memtypes.c')
-rw-r--r--lib/memtypes.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/memtypes.c b/lib/memtypes.c
index f1bec8b2..9b4ba71c 100644
--- a/lib/memtypes.c
+++ b/lib/memtypes.c
@@ -6,7 +6,7 @@
* The script is sensitive to the format (though not whitespace), see
* the top of memtypes.awk for more details.
*
- * $Id: memtypes.c,v 1.5 2005/05/19 02:13:28 paul Exp $
+ * $Id: memtypes.c,v 1.6 2005/06/01 11:17:05 paul Exp $
*/
#include "zebra.h"
@@ -125,6 +125,9 @@ struct memory_list memory_list_bgp[] =
{ MTYPE_CLUSTER, "Cluster list" },
{ MTYPE_CLUSTER_VAL, "Cluster list val" },
{ 0, NULL },
+ { MTYPE_BGP_PROCESS_QUEUE, "BGP Process queue" },
+ { MTYPE_BGP_CLEAR_NODE_QUEUE, "BGP node clear queue" },
+ { 0, NULL },
{ MTYPE_TRANSIT, "BGP transit attr" },
{ MTYPE_TRANSIT_VAL, "BGP transit val" },
{ 0, NULL },