Skip to content
  • Nick Mathewson's avatar
    Split main.c into main.c and mainloop.c · c7ce6b98
    Nick Mathewson authored
    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.
    c7ce6b98