Skip to content
Snippets Groups Projects
Commit c7ce6b98 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Split main.c into main.c and mainloop.c

The main.c code is responsible for initialization and shutdown;
the mainloop.c code is responsible for running the main loop of Tor.

Splitting the "generic event loop" part of mainloop.c from the
event-loop-specific part is not done as part of this patch.
parent 98ef3e82
No related branches found
No related tags found
No related merge requests found
Showing
with 1621 additions and 1512 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment