circuit: Implement haproxy

This commit is contained in:
Suphanat Chunhapanya
2019-08-23 11:44:49 +08:00
committed by Nick Mathewson
parent 52e59640f9
commit 119004e87d
10 changed files with 133 additions and 7 deletions
+2
View File
@@ -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 \