diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2012-10-31 18:49:49 -0700 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2012-12-07 15:28:37 -0800 |
commit | bb548134cd4fd7b4b330cea15111ff257859bba8 (patch) | |
tree | 47fe6da8cf5e1e00bcdc7558ed1e45a81059d0fc /src/or/entrynodes.h | |
parent | 192996690cd7bc3ae6c159901a3a9a6232e74514 (diff) | |
download | tor-bb548134cd4fd7b4b330cea15111ff257859bba8.tar.gz tor-bb548134cd4fd7b4b330cea15111ff257859bba8.zip |
Update with code review changes from Nick.
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r-- | src/or/entrynodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h index dfabacb093..f087f900bd 100644 --- a/src/or/entrynodes.h +++ b/src/or/entrynodes.h @@ -35,8 +35,8 @@ typedef struct entry_guard_t { * bias for this node already? */ unsigned int path_bias_warned : 1; /**< Did we alert the user about path bias * for this node already? */ - unsigned int path_bias_crited : 1; /**< Did we alert the user about path bias - * for this node already? */ + unsigned int path_bias_extreme : 1; /**< Did we alert the user about path + * bias for this node already? */ unsigned int path_bias_disabled : 1; /**< Have we disabled this node because * of path bias issues? */ time_t bad_since; /**< 0 if this guard is currently usable, or the time at |