diff options
author | paulo <paul@bayleaf.org.uk> | 2010-02-04 15:09:00 +0000 |
---|---|---|
committer | paulo <paul@bayleaf.org.uk> | 2010-02-04 15:09:00 +0000 |
commit | 2c9671af75453599104a36b30c4f9281104b1816 (patch) | |
tree | cb77b6bbbe1ecc0a549a39af602221b9de5282da /lib/memtypes.c | |
parent | d8921b6522d8b55f3de87f90c4cdc0755acf8c7f (diff) | |
download | quagga-2c9671af75453599104a36b30c4f9281104b1816.tar.bz2 quagga-2c9671af75453599104a36b30c4f9281104b1816.tar.xz |
Thread safe versions of inet_ntoa and strerror.
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" }, |