diff options
author | paulo <paul@bayleaf.org.uk> | 2009-12-08 17:28:22 +0000 |
---|---|---|
committer | paulo <paul@bayleaf.org.uk> | 2009-12-08 17:28:22 +0000 |
commit | fcb95c8784471d8cb31940c6d2f77f3ac8f2697e (patch) | |
tree | a8b41d72f41f4ccc0ad31cb66bbb9cd04658c666 /lib/memtypes.c | |
parent | 38db244955dcaf0fe50cf0da732b13735fdc0de0 (diff) | |
download | quagga-fcb95c8784471d8cb31940c6d2f77f3ac8f2697e.tar.bz2 quagga-fcb95c8784471d8cb31940c6d2f77f3ac8f2697e.tar.xz |
Wired up the CLI thread with new qpnexus type. Still work in progress.
Needs debugging.
Diffstat (limited to 'lib/memtypes.c')
-rw-r--r-- | lib/memtypes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/memtypes.c b/lib/memtypes.c index 18d42a9e..8146f21f 100644 --- a/lib/memtypes.c +++ b/lib/memtypes.c @@ -39,6 +39,7 @@ struct memory_list memory_list_lib[] = { MTYPE_QPS_FILE, "qpselect file" }, { MTYPE_QTIMER_PILE, "qtimer pile structure" }, { MTYPE_QTIMER, "qtimer timer" }, + { MTYPE_QPN_NEXUS, "qtn nexus" }, { MTYPE_VTY, "VTY" }, { MTYPE_VTY_OUT_BUF, "VTY output buffer" }, { MTYPE_VTY_HIST, "VTY history" }, |