Skip to content
Snippets Groups Projects
Forked from The Tor Project / Core / Arti
Source project has a limited visibility.
  • Ian Jackson's avatar
    61425a96
    fallback list: Move default list into tor-guardmgr · 61425a96
    Ian Jackson authored
    This is where the FallbackList type is.  We are going to want to
    provide a builder too, which ought to impl Default.
    
    This means that the default value for the type must be next to the
    type.  In any case, it was anomalous that it wasn't.
    
    This commit is pure code motion.
    61425a96
    History
    fallback list: Move default list into tor-guardmgr
    Ian Jackson authored
    This is where the FallbackList type is.  We are going to want to
    provide a builder too, which ought to impl Default.
    
    This means that the default value for the type must be next to the
    type.  In any case, it was anomalous that it wasn't.
    
    This commit is pure code motion.