summaryrefslogtreecommitdiff
path: root/src/trunnel/include.am
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2021-08-06 18:47:05 +0000
committerMike Perry <mikeperry-git@torproject.org>2021-09-28 21:26:10 +0000
commit6868f30cedf783bc6ba883206899ae7d59473c0c (patch)
treec5ae3f2ad477e09c328824d449f838eedc925a9d /src/trunnel/include.am
parentecb91e75e4770fa76c64c7b1932985de024d693e (diff)
downloadtor-6868f30cedf783bc6ba883206899ae7d59473c0c.tar.gz
tor-6868f30cedf783bc6ba883206899ae7d59473c0c.zip
Add trunnel definitions for xon/xoff cells.
Diffstat (limited to 'src/trunnel/include.am')
-rw-r--r--src/trunnel/include.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/trunnel/include.am b/src/trunnel/include.am
index 6c3a5ff06b..00a96536f1 100644
--- a/src/trunnel/include.am
+++ b/src/trunnel/include.am
@@ -12,6 +12,7 @@ TRUNNELINPUTS = \
src/trunnel/pwbox.trunnel \
src/trunnel/channelpadding_negotiation.trunnel \
src/trunnel/sendme_cell.trunnel \
+ src/trunnel/flow_control_cells.trunnel \
src/trunnel/socks5.trunnel \
src/trunnel/circpad_negotiation.trunnel
@@ -26,6 +27,7 @@ TRUNNELSOURCES = \
src/trunnel/hs/cell_rendezvous.c \
src/trunnel/channelpadding_negotiation.c \
src/trunnel/sendme_cell.c \
+ src/trunnel/flow_control_cells.c \
src/trunnel/socks5.c \
src/trunnel/netinfo.c \
src/trunnel/circpad_negotiation.c
@@ -43,6 +45,7 @@ TRUNNELHEADERS = \
src/trunnel/hs/cell_rendezvous.h \
src/trunnel/channelpadding_negotiation.h \
src/trunnel/sendme_cell.h \
+ src/trunnel/flow_control_cells.h \
src/trunnel/socks5.h \
src/trunnel/netinfo.h \
src/trunnel/circpad_negotiation.h