[tor-commits] [tor/main] MAKEFILE: Add flow control files to makefile

dgoulet at torproject.org dgoulet at torproject.org
Mon Oct 4 14:49:58 UTC 2021


commit 58aca27265980eb1d13daf3c3378251e3cb9c956
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Tue Aug 10 21:20:28 2021 +0000

    MAKEFILE: Add flow control files to makefile
---
 src/core/or/include.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/core/or/include.am b/src/core/or/include.am
index 66529b70b2..278556144c 100644
--- a/src/core/or/include.am
+++ b/src/core/or/include.am
@@ -39,6 +39,7 @@ LIBTOR_APP_A_SOURCES += 				\
 	src/core/or/congestion_control_vegas.c			\
 	src/core/or/congestion_control_nola.c			\
 	src/core/or/congestion_control_westwood.c			\
+	src/core/or/congestion_control_flow.c			\
 	src/core/or/status.c			\
 	src/core/or/versions.c
 
@@ -103,6 +104,7 @@ noinst_HEADERS +=					\
 	src/core/or/relay_crypto_st.h			\
 	src/core/or/scheduler.h				\
 	src/core/or/sendme.h				\
+	src/core/or/congestion_control_flow.h				\
 	src/core/or/congestion_control_common.h				\
 	src/core/or/congestion_control_vegas.h				\
 	src/core/or/congestion_control_nola.h				\





More information about the tor-commits mailing list