diff options
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 f8f541de..2f2ac239 100644 --- a/lib/memtypes.c +++ b/lib/memtypes.c @@ -42,6 +42,7 @@ struct memory_list memory_list_lib[] = { MTYPE_QTIMER, "qtimer timer" }, { MTYPE_QPN_NEXUS, "qtn nexus" }, { MTYPE_MARSHAL, "marshalled commands" }, + { MTYPE_TSD, "Thread specific data" }, { MTYPE_VTY, "VTY" }, { MTYPE_VTY_OUT_BUF, "VTY output buffer" }, { MTYPE_VTY_HIST, "VTY history" }, |