From: Mike Perry Date: Thu, 31 Jan 2013 16:01:36 +0000 (-0400) Subject: Add EntryGuardPathUseBias to state file keyword list. X-Git-Tag: tor-0.2.4.10-alpha~9^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fed7f013773365dee2c7858c29380a2f92032031;p=thirdparty%2Ftor.git Add EntryGuardPathUseBias to state file keyword list. --- diff --git a/src/or/statefile.c b/src/or/statefile.c index 53b6817ef7..bcb7b07417 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),