aboutsummaryrefslogtreecommitdiff
path: root/src/or/entrynodes.h
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2012-12-09 20:20:44 -0800
committerMike Perry <mikeperry-git@fscked.org>2012-12-09 20:24:50 -0800
commitab1fce5c19b64b3f1ba15d6ffa1f0d11d6a959c3 (patch)
tree8e7cec892152d25ce260df493189fa0eee8b5b47 /src/or/entrynodes.h
parenta90f165b83bc1603873308d7918e99057afdf72a (diff)
downloadtor-ab1fce5c19b64b3f1ba15d6ffa1f0d11d6a959c3.tar
tor-ab1fce5c19b64b3f1ba15d6ffa1f0d11d6a959c3.tar.gz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h
index b737dad5a..0e58802cb 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. */