mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
circuit: Implement haproxy
This commit is contained in:
committed by
Nick Mathewson
parent
52e59640f9
commit
119004e87d
@@ -63,6 +63,7 @@ LIBTOR_APP_A_SOURCES = \
|
||||
src/core/proto/proto_cell.c \
|
||||
src/core/proto/proto_control0.c \
|
||||
src/core/proto/proto_ext_or.c \
|
||||
src/core/proto/proto_haproxy.c \
|
||||
src/core/proto/proto_http.c \
|
||||
src/core/proto/proto_socks.c \
|
||||
src/feature/api/tor_api.c \
|
||||
@@ -295,6 +296,7 @@ noinst_HEADERS += \
|
||||
src/core/proto/proto_cell.h \
|
||||
src/core/proto/proto_control0.h \
|
||||
src/core/proto/proto_ext_or.h \
|
||||
src/core/proto/proto_haproxy.h \
|
||||
src/core/proto/proto_http.h \
|
||||
src/core/proto/proto_socks.h \
|
||||
src/feature/api/tor_api_internal.h \
|
||||
|
||||
Reference in New Issue
Block a user