tbf: Count how often we re-use a TBF that was already being deactivated
diff --git a/src/bts.cpp b/src/bts.cpp
index 96d1753..e4c4bfa 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -53,6 +53,7 @@
 	{ "tbf.dl.freed",		"TBF DL Freed         "},
 	{ "tbf.ul.alloc",		"TBF UL Allocated     "},
 	{ "tbf.ul.freed",		"TBF UL Freed         "},
+	{ "tbf.reused",			"TBF Reused           "},
 	{ "decode.errors",		"Decode Errors        "},
 	{ "sba.allocated",		"SBA Allocated        "},
 	{ "sba.freed",			"SBA Freed            "},