diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-08-11 07:09:17 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-08-11 07:09:17 +0000 |
commit | 09a895e222f446d400337a3b65b8563705364ec0 (patch) | |
tree | 28329a7eeb802fe270e7a3bde2aaf26ff0de2f3d /src/or/or.h | |
parent | b07525d316c6121d86bb8fa9664326f9b160604c (diff) | |
download | tor-09a895e222f446d400337a3b65b8563705364ec0.tar tor-09a895e222f446d400337a3b65b8563705364ec0.tar.gz |
r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700
Add more warnings to the list of those we tolerate. Start using GCC attributes more, for better error checking and better code generation.
svn:r7020
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index a984819cf..fc2d3063a 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2151,6 +2151,8 @@ void accounting_set_bandwidth_usage_from_state(or_state_t *state); /********************************* main.c ***************************/ +extern int has_completed_circuit; + int connection_add(connection_t *conn); int connection_remove(connection_t *conn); int connection_in_array(connection_t *conn); |