diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2012-12-09 20:20:44 -0800 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2012-12-09 20:24:50 -0800 |
commit | ab1fce5c19b64b3f1ba15d6ffa1f0d11d6a959c3 (patch) | |
tree | 8e7cec892152d25ce260df493189fa0eee8b5b47 /src/or/entrynodes.h | |
parent | a90f165b83bc1603873308d7918e99057afdf72a (diff) | |
download | tor-ab1fce5c19b64b3f1ba15d6ffa1f0d11d6a959c3.tar.gz tor-ab1fce5c19b64b3f1ba15d6ffa1f0d11d6a959c3.zip |
Also shorten circuit_successes to circ_successes.
For consistency and great justice.
Ok, mostly consistency.
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r-- | src/or/entrynodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h index b737dad5a5..0e58802cbe 100644 --- a/src/or/entrynodes.h +++ b/src/or/entrynodes.h @@ -49,7 +49,7 @@ typedef struct entry_guard_t { * at which we last failed to connect to it. */ unsigned circ_attempts; /**< Number of circuits this guard has "attempted" */ - unsigned circuit_successes; /**< Number of successfully built circuits using + unsigned circ_successes; /**< Number of successfully built circuits using * this guard as first hop. */ unsigned successful_circuits_closed; /**< Number of circuits that carried * streams successfully. */ |