tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit dc6438b54980db70a1749643eda9d04ed7f464ed
parent aa85284038fbb145ebd73abb7b995f31024bb8aa
Author: David Goulet <dgoulet@torproject.org>
Date:   Mon,  2 Nov 2020 08:25:48 -0500

or: Missing .inc file in include.am

Fixes #40173

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Msrc/core/or/include.am | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/core/or/include.am b/src/core/or/include.am @@ -71,6 +71,7 @@ noinst_HEADERS += \ src/core/or/entry_port_cfg_st.h \ src/core/or/extend_info_st.h \ src/core/or/listener_connection_st.h \ + src/core/or/lttng_circuit.inc \ src/core/or/onion.h \ src/core/or/or.h \ src/core/or/or_periodic.h \