diff options
author | Suphanat Chunhapanya <haxx.pop@gmail.com> | 2019-08-23 11:44:49 +0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-06 13:39:10 -0500 |
commit | 119004e87d6303de5e90e7dfad87dd89bae6bd5f (patch) | |
tree | 478992107e48b6a44537a867aeba3412788b8706 /src/core/proto/.may_include | |
parent | 52e59640f9ae266d25a7727869c84e506c96a1c8 (diff) | |
download | tor-119004e87d6303de5e90e7dfad87dd89bae6bd5f.tar.gz tor-119004e87d6303de5e90e7dfad87dd89bae6bd5f.zip |
circuit: Implement haproxy
Diffstat (limited to 'src/core/proto/.may_include')
-rw-r--r-- | src/core/proto/.may_include | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/proto/.may_include b/src/core/proto/.may_include index c1647a5cf9..a66c3f83a6 100644 --- a/src/core/proto/.may_include +++ b/src/core/proto/.may_include @@ -4,7 +4,11 @@ orconfig.h lib/crypt_ops/*.h lib/buf/*.h +lib/malloc/*.h +lib/string/*.h + +lib/net/address.h trunnel/*.h -core/proto/*.h
\ No newline at end of file +core/proto/*.h |