aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/ocirc_event_sys.h
blob: 61180496dafb3ae318287babbe3ee6f37589db19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright (c) 2007-2019, 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) */