Add a type to map names to short identifiers

We'll be using this for four kinds of identifier in dispatch.c
This commit is contained in:
Nick Mathewson
2018-10-25 12:04:19 -04:00
parent 9a61d3f5ad
commit dfd7a7f5b6
8 changed files with 413 additions and 0 deletions
+1
View File
@@ -857,6 +857,7 @@ struct testgroup_t testgroups[] = {
{ "consdiff/", consdiff_tests },
{ "consdiffmgr/", consdiffmgr_tests },
{ "container/", container_tests },
{ "container/namemap/", namemap_tests },
{ "control/", controller_tests },
{ "control/btrack/", btrack_tests },
{ "control/event/", controller_event_tests },