conflux_sys.h (449B)
1 /* Copyright (c) 2023, The Tor Project, Inc. */ 2 /* See LICENSE for licensing information */ 3 4 /** 5 * \file conflux_sys.h 6 * \brief Header file for conflux_sys.c. 7 **/ 8 9 #ifndef TOR_CONFLUX_SYS_H 10 #define TOR_CONFLUX_SYS_H 11 12 extern const struct subsys_fns_t sys_conflux; 13 14 /** 15 * Subsystem level. 16 * 17 * Defined here so that it can be shared between the real and stub 18 * definitions. 19 **/ 20 #define CONFLUX_SUBSYS_LEVEL (10) 21 22 #endif /* TOR_CONFLUX_SYS_H */