diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2018-08-29 18:46:01 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2018-08-29 18:46:01 +0000 |
commit | 7685c39f9d3aba9afb3972a02bf51b1ad46f8b69 (patch) | |
tree | 540590c360d6d91cbabd40c54d1ab6a59b151334 /src/core | |
parent | 93ff8b411a2ac8eb6c3b58d90e2476d3e0a372ec (diff) | |
download | tor-7685c39f9d3aba9afb3972a02bf51b1ad46f8b69.tar.gz tor-7685c39f9d3aba9afb3972a02bf51b1ad46f8b69.zip |
Add half_edge_t to noinst_HEADERS.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/include.am b/src/core/include.am index cd9edc4493..4ccabe4385 100644 --- 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 \ |