tor

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

commit 7685c39f9d3aba9afb3972a02bf51b1ad46f8b69
parent 93ff8b411a2ac8eb6c3b58d90e2476d3e0a372ec
Author: Mike Perry <mikeperry-git@torproject.org>
Date:   Wed, 29 Aug 2018 18:46:01 +0000

Add half_edge_t to noinst_HEADERS.

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

diff --git a/src/core/include.am b/src/core/include.am @@ -182,6 +182,7 @@ noinst_HEADERS += \ src/core/or/destroy_cell_queue_st.h \ src/core/or/dos.h \ src/core/or/edge_connection_st.h \ + src/core/or/half_edge_st.h \ src/core/or/entry_connection_st.h \ src/core/or/entry_port_cfg_st.h \ src/core/or/extend_info_st.h \