aboutsummaryrefslogtreecommitdiff
path: root/src/feature/metrics/metrics_sys.h
blob: 617291ec731bc36f492f48f62b801c78ffffa1f2 (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) 2020-2021, The Tor Project, Inc. */
/* See LICENSE for licensing information */

/**
 * @file metrics_sys.h
 * @brief Header for feature/metrics/metrics_sys.c
 **/

#ifndef TOR_FEATURE_METRICS_METRICS_SYS_H
#define TOR_FEATURE_METRICS_METRICS_SYS_H

extern const struct subsys_fns_t sys_metrics;

/**
 * Subsystem level for the metrics system.
 *
 * Defined here so that it can be shared between the real and stub
 * definitions.
 **/
#define METRICS_SUBSYS_LEVEL (99)

#endif /* !defined(TOR_FEATURE_METRICS_METRICS_SYS_H) */