Move networking startup/cleanup logic into a subsystem.

This commit is contained in:
Nick Mathewson
2018-11-02 11:11:21 -04:00
parent 05b54f6a6a
commit cfe5b35edb
7 changed files with 63 additions and 21 deletions
-2
View File
@@ -257,8 +257,6 @@ main(int c, const char **v)
options = options_new();
tor_compress_init();
network_init();
monotime_init();
struct tor_libevent_cfg cfg;