Tor
0.4.9.2-alpha-dev
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
b
c
d
f
g
h
l
m
n
o
p
r
s
v
Enumerations
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
a
b
c
d
e
g
h
i
m
n
o
p
q
r
s
t
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
lib
trace
trace_sys.h
1
/* Copyright (c) 2018-2021, The Tor Project, Inc. */
2
/* See LICENSE for licensing information */
3
4
/**
5
* \file log_sys.h
6
* \brief Declare subsystem object for the logging module.
7
**/
8
9
#ifndef TOR_TRACE_SYS_H
10
#define TOR_TRACE_SYS_H
11
12
extern
const
struct
subsys_fns_t
sys_tracing;
13
14
/**
15
* Subsystem level for the tracing system.
16
*
17
* Defined here so that it can be shared between the real and stub
18
* definitions.
19
**/
20
#define TRACE_SUBSYS_LEVEL (-85)
21
22
#endif
/* !defined(TOR_TRACE_SYS_H) */
subsys_fns_t
Definition:
subsys.h:38
Generated by
1.9.4