mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -8,6 +8,7 @@ endif
|
||||
src_lib_libtor_container_a_SOURCES = \
|
||||
src/lib/container/bloomfilt.c \
|
||||
src/lib/container/map.c \
|
||||
src/lib/container/namemap.c \
|
||||
src/lib/container/order.c \
|
||||
src/lib/container/smartlist.c
|
||||
|
||||
@@ -21,5 +22,7 @@ noinst_HEADERS += \
|
||||
src/lib/container/bloomfilt.h \
|
||||
src/lib/container/handles.h \
|
||||
src/lib/container/map.h \
|
||||
src/lib/container/namemap.h \
|
||||
src/lib/container/namemap_st.h \
|
||||
src/lib/container/order.h \
|
||||
src/lib/container/smartlist.h
|
||||
|
||||
Reference in New Issue
Block a user