/* Copyright (c) 2018-2021, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
* \file log_sys.h
* \brief Declare subsystem object for the logging module.
**/
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.
**/
/* !defined(TOR_TRACE_SYS_H) */