Tor  0.4.7.0-alpha-dev
Variables
trace_stub.c File Reference

Stub declarations for use when trace library is disabled. More...

#include "lib/subsys/subsys.h"
#include "lib/trace/trace_sys.h"

Go to the source code of this file.

Variables

const subsys_fns_t sys_tracing
 

Detailed Description

Stub declarations for use when trace library is disabled.

Definition in file trace_stub.c.

Variable Documentation

◆ sys_tracing

const subsys_fns_t sys_tracing
Initial value:
= {
.name = "tracing",
.supported = false,
.level = TRACE_SUBSYS_LEVEL,
}
#define SUBSYS_DECLARE_LOCATION()
Definition: subsys.h:211

Definition at line 13 of file trace_stub.c.