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