Add EntryGuardPathUseBias to state file keyword list.

This commit is contained in:
Mike Perry 2013-01-31 12:01:36 -04:00 committed by Nick Mathewson
parent b3e57b760e
commit fed7f01377
1 changed files with 1 additions and 0 deletions

View 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),