aboutsummaryrefslogtreecommitdiff
path: root/src/lib/trace/trace_sys.h
blob: d4da5a9701050d1b667e8f47575ecb7ac11f712f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Copyright (c) 2018-2019, The Tor Project, Inc. */
/* See LICENSE for licensing information */

/**
 * \file log_sys.h
 * \brief Declare subsystem object for the logging module.
 **/

#ifndef TOR_TRACE_SYS_H
#define TOR_TRACE_SYS_H

extern const struct subsys_fns_t sys_tracing;

/**
 * Subsystem level for the tracing system.
 *
 * Defined here so that it can be shared between the real and stub
 * definitions.
 **/
#define TRACE_SUBSYS_LEVEL (-85)

#endif /* !defined(TOR_TRACE_SYS_H) */