mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Extract the version-managing code from routerparse.c
Leave the versions.h include in routerparse.h for now; I'll remove it later.
This commit is contained in:
@@ -46,6 +46,7 @@ LIBTOR_APP_A_SOURCES = \
|
||||
src/core/or/scheduler_kist.c \
|
||||
src/core/or/scheduler_vanilla.c \
|
||||
src/core/or/status.c \
|
||||
src/core/or/versions.c \
|
||||
src/core/proto/proto_cell.c \
|
||||
src/core/proto/proto_control0.c \
|
||||
src/core/proto/proto_ext_or.c \
|
||||
@@ -241,6 +242,7 @@ noinst_HEADERS += \
|
||||
src/core/or/status.h \
|
||||
src/core/or/tor_version_st.h \
|
||||
src/core/or/var_cell_st.h \
|
||||
src/core/or/versions.h \
|
||||
src/core/proto/proto_cell.h \
|
||||
src/core/proto/proto_control0.h \
|
||||
src/core/proto/proto_ext_or.h \
|
||||
|
||||
Reference in New Issue
Block a user