[tor-commits] [tor/master] Add EntryGuardPathUseBias to state file keyword list.

nickm at torproject.org nickm at torproject.org
Fri Feb 1 22:03:59 UTC 2013


commit fed7f013773365dee2c7858c29380a2f92032031
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Thu Jan 31 12:01:36 2013 -0400

    Add EntryGuardPathUseBias to state file keyword list.
---
 src/or/statefile.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/or/statefile.c b/src/or/statefile.c
index 53b6817..bcb7b07 100644
--- a/src/or/statefile.c
+++ b/src/or/statefile.c
@@ -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),





More information about the tor-commits mailing list