aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/orconn_event_sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/orconn_event_sys.h')
-rw-r--r--src/core/or/orconn_event_sys.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/core/or/orconn_event_sys.h b/src/core/or/orconn_event_sys.h
new file mode 100644
index 0000000000..02f0b8116b
--- /dev/null
+++ b/src/core/or/orconn_event_sys.h
@@ -0,0 +1,12 @@
+/* Copyright (c) 2007-2020, The Tor Project, Inc. */
+
+/**
+ * \file orconn_event_sys.h
+ * \brief Declare subsystem object for the OR connection event module.
+ **/
+#ifndef TOR_ORCONN_EVENT_SYS_H
+#define TOR_ORCONN_EVENT_SYS_H
+
+extern const struct subsys_fns_t sys_orconn_event;
+
+#endif /* !defined(TOR_ORCONN_EVENT_SYS_H) */