dirvote: Fix memleak when computing consensus
[tor.git] / src / lib / trace / trace_sys.h
blobd5b5a2cdf21cf3cfee22a1ddf5d6d8551e662708
1 /* Copyright (c) 2018-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 /**
5 * \file log_sys.h
6 * \brief Declare subsystem object for the logging module.
7 **/
9 #ifndef TOR_TRACE_SYS_H
10 #define TOR_TRACE_SYS_H
12 extern const struct subsys_fns_t sys_tracing;
14 /**
15 * Subsystem level for the tracing system.
17 * Defined here so that it can be shared between the real and stub
18 * definitions.
19 **/
20 #define TRACE_SUBSYS_LEVEL (-85)
22 #endif /* !defined(TOR_TRACE_SYS_H) */