aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-02-14 09:34:51 -0500
committerNick Mathewson <nickm@torproject.org>2020-02-24 07:49:39 -0500
commit63b7dabdea6c25cba6604af5d9340799636985b3 (patch)
treefe84c023f3a5474fbffd6e9005621632f4772499 /src/core/or/include.am
parent2e5d555c0e4adb5ea4739ec58124f61c46bd20aa (diff)
downloadtor-63b7dabdea6c25cba6604af5d9340799636985b3.tar.gz
tor-63b7dabdea6c25cba6604af5d9340799636985b3.zip
Merge ocirc and orconn events into or subsystem.
Pubsub events are not supposed to have their own subsystems; they're supposed to be part of a parent subsystem.
Diffstat (limited to 'src/core/or/include.am')
-rw-r--r--src/core/or/include.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/or/include.am b/src/core/or/include.am
index 4dd251d2e4..3626e76bed 100644
--- a/src/core/or/include.am
+++ b/src/core/or/include.am
@@ -74,13 +74,11 @@ noinst_HEADERS += \
src/core/or/or_periodic.h \
src/core/or/or_sys.h \
src/core/or/orconn_event.h \
- src/core/or/orconn_event_sys.h \
src/core/or/or_circuit_st.h \
src/core/or/or_connection_st.h \
src/core/or/or_handshake_certs_st.h \
src/core/or/or_handshake_state_st.h \
src/core/or/ocirc_event.h \
- src/core/or/ocirc_event_sys.h \
src/core/or/origin_circuit_st.h \
src/core/or/policies.h \
src/core/or/port_cfg_st.h \