|
Tor 0.4.9.8
|
Types used to declare a subsystem. More...
#include <stdbool.h>Go to the source code of this file.
Data Structures | |
| struct | subsys_fns_t |
Macros | |
| #define | SUBSYS_DECLARE_LOCATION() |
| #define | MIN_SUBSYS_LEVEL -100 |
| #define | MAX_SUBSYS_LEVEL 100 |
| #define | SUBSYS_LEVEL_LIBS -10 |
Types used to declare a subsystem.
Definition in file subsys.h.
| #define MAX_SUBSYS_LEVEL 100 |
Highest allowed subsystem level.
Definition at line 222 of file subsys.h.
Referenced by check_and_setup(), subsystems_add_pubsub(), and subsystems_init().
| #define MIN_SUBSYS_LEVEL -100 |
Lowest allowed subsystem level.
Definition at line 218 of file subsys.h.
Referenced by check_and_setup(), and subsystems_shutdown().
| #define SUBSYS_DECLARE_LOCATION | ( | ) |