
This is an automated email from the git hooks/post-receive script. ahf pushed a commit to branch main in repository tor. commit 731a50c8c490c0d838605c2664ced3f68bb3d488 Author: David Goulet <dgoulet@torproject.org> AuthorDate: Wed Feb 1 22:31:12 2023 +0000 Prop#329: Add conflux to build Signed-off-by: David Goulet <dgoulet@torproject.org> --- src/core/or/include.am | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/core/or/include.am b/src/core/or/include.am index 9a4841e937..12456b98dd 100644 --- a/src/core/or/include.am +++ b/src/core/or/include.am @@ -39,6 +39,12 @@ LIBTOR_APP_A_SOURCES += \ src/core/or/congestion_control_nola.c \ src/core/or/congestion_control_westwood.c \ src/core/or/congestion_control_flow.c \ + src/core/or/conflux.c \ + src/core/or/conflux_cell.c \ + src/core/or/conflux_params.c \ + src/core/or/conflux_pool.c \ + src/core/or/conflux_sys.c \ + src/core/or/conflux_util.c \ src/core/or/status.c \ src/core/or/versions.c @@ -109,7 +115,12 @@ noinst_HEADERS += \ src/core/or/congestion_control_nola.h \ src/core/or/congestion_control_westwood.h \ src/core/or/conflux.h \ + src/core/or/conflux_cell.h \ + src/core/or/conflux_params.h \ + src/core/or/conflux_pool.h \ src/core/or/conflux_st.h \ + src/core/or/conflux_sys.h \ + src/core/or/conflux_util.h \ src/core/or/server_port_cfg_st.h \ src/core/or/socks_request_st.h \ src/core/or/status.h \ -- To stop receiving notification emails like this one, please contact the administrator of this repository.