Merge branch 'maint-0.4.8'
[tor.git] / src / core / or / conflux_sys.h
blobf6fb85e007a6f1cd309df03238b3ee852b488206
1 /* Copyright (c) 2023, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 /**
5 * \file conflux_sys.h
6 * \brief Header file for conflux_sys.c.
7 **/
9 #ifndef TOR_CONFLUX_SYS_H
10 #define TOR_CONFLUX_SYS_H
12 extern const struct subsys_fns_t sys_conflux;
14 /**
15 * Subsystem level.
17 * Defined here so that it can be shared between the real and stub
18 * definitions.
19 **/
20 #define CONFLUX_SUBSYS_LEVEL (10)
22 #endif /* TOR_CONFLUX_SYS_H */