aboutsummaryrefslogtreecommitdiff
path: root/src/or/entrynodes.h
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2012-10-31 18:49:49 -0700
committerMike Perry <mikeperry-git@fscked.org>2012-12-07 15:28:37 -0800
commitbb548134cd4fd7b4b330cea15111ff257859bba8 (patch)
tree47fe6da8cf5e1e00bcdc7558ed1e45a81059d0fc /src/or/entrynodes.h
parent192996690cd7bc3ae6c159901a3a9a6232e74514 (diff)
downloadtor-bb548134cd4fd7b4b330cea15111ff257859bba8.tar
tor-bb548134cd4fd7b4b330cea15111ff257859bba8.tar.gz
Update with code review changes from Nick.
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r--src/or/entrynodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h
index dfabacb09..f087f900b 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