Skip to content
Snippets Groups Projects
Forked from The Tor Project / Core / Tor
Source project has a limited visibility.
  • Nick Mathewson's avatar
    8da24c99
    Split bridge functions into a new module. · 8da24c99
    Nick Mathewson authored
    This patch is just:
       * Code movement
       * Adding headers here and there as needed
       * Adding a bridges_free_all() with a call to it.
    
    It breaks compilation, since the bridge code needed to make exactly
    2 calls into entrynodes.c internals.  I'll fix those in the next
    commit.
    8da24c99
    History
    Split bridge functions into a new module.
    Nick Mathewson authored
    This patch is just:
       * Code movement
       * Adding headers here and there as needed
       * Adding a bridges_free_all() with a call to it.
    
    It breaks compilation, since the bridge code needed to make exactly
    2 calls into entrynodes.c internals.  I'll fix those in the next
    commit.