]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add EntryGuardPathUseBias to state file keyword list.
authorMike Perry <mikeperry-git@fscked.org>
Thu, 31 Jan 2013 16:01:36 +0000 (12:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 1 Feb 2013 22:01:26 +0000 (17:01 -0500)
src/or/statefile.c

index 53b6817ef727f0e5ce2c8add91d6385ae0a7476d..bcb7b074176d71fdca0d5d8e074ede1131e56253 100644 (file)
@@ -52,6 +52,7 @@ static config_var_t state_vars_[] = {
   VAR("EntryGuardUnlistedSince", LINELIST_S,  EntryGuards,             NULL),
   VAR("EntryGuardAddedBy",       LINELIST_S,  EntryGuards,             NULL),
   VAR("EntryGuardPathBias",      LINELIST_S,  EntryGuards,             NULL),
+  VAR("EntryGuardPathUseBias",   LINELIST_S,  EntryGuards,             NULL),
   V(EntryGuards,                 LINELIST_V,  NULL),
 
   VAR("TransportProxy",               LINELIST_S, TransportProxies, NULL),