Merge branch 'maint-0.4.8'
[tor.git] / src / core / or / dos_sys.h
blob8a5364fba5e1cb8096cf6baec35cc4fea1b412ed
1 /* Copyright (c) 2021-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 /**
5 * @file dos_sys.h
6 * @brief Header for core/or/dos_sys.c
7 **/
9 #ifndef TOR_CORE_OR_DOS_SYS_H
10 #define TOR_CORE_OR_DOS_SYS_H
12 struct dos_options_t;
13 const struct dos_options_t *dos_get_options(void);
15 extern const struct subsys_fns_t sys_dos;
17 /**
18 * Subsystem level for the metrics system.
20 * Defined here so that it can be shared between the real and stub
21 * definitions.
22 **/
23 #define DOS_SUBSYS_LEVEL (21)
25 #endif /* !defined(TOR_CORE_OR_DOS_SYS_H) */