diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-22 01:52:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-22 01:52:57 -0400 |
commit | c9cb4f0a0e9eb3411dfdc446e4543d48b152f8f5 (patch) | |
tree | 1485273a5c7a691d43b7ab8cf4bc8d9ae9f55e31 /src/or/main.h | |
parent | 31f22505a6ddc802c00ffbcb0563bc3ddcc7092a (diff) | |
download | tor-c9cb4f0a0e9eb3411dfdc446e4543d48b152f8f5.tar.gz tor-c9cb4f0a0e9eb3411dfdc446e4543d48b152f8f5.zip |
Rename has_completed_circuit to can_complete_circuit
Also redocument it. Related to #1362.
Diffstat (limited to 'src/or/main.h')
-rw-r--r-- | src/or/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.h b/src/or/main.h index 6eeb95449a..ef38dc9351 100644 --- a/src/or/main.h +++ b/src/or/main.h @@ -12,7 +12,7 @@ #ifndef _TOR_MAIN_H #define _TOR_MAIN_H -extern int has_completed_circuit; +extern int can_complete_circuit; int connection_add(connection_t *conn); int connection_remove(connection_t *conn); |