21 subsys_network_initialize(
void)
30 subsys_network_shutdown(
void)
35 tor_free_getaddrinfo_cache();
45 .initialize = subsys_network_initialize,
46 .shutdown = subsys_network_shutdown,
Declare subsystem object for the network module.
Types used to declare a subsystem.
#define SUBSYS_DECLARE_LOCATION()