diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-07-12 15:28:43 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2012-07-12 15:28:43 +0200 |
commit | 8b9f4d75f27728ca5f07c1eb00d4144cb3b33eac (patch) | |
tree | 37e4c07f6a86c6f4117a9f6e33b2ecfdaa02ca1e /src/or/connection.c | |
parent | f8e49c57893f35b9b3c45865d00040bd05e53f0c (diff) | |
download | tor-8b9f4d75f27728ca5f07c1eb00d4144cb3b33eac.tar.gz tor-8b9f4d75f27728ca5f07c1eb00d4144cb3b33eac.zip |
Address Nick's comments.
- Add a changes/ file.
- Make it compile under --enable-gcc-warnings.
- Update the file-level documentation of src/or/transports.c.
- Only update descriptor if at least a managed proxy was configured.
- Add our external IP address to the extra-info descriptor instead of 0.0.0.0.
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index af5c011815..c9b16d7ae7 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -34,6 +34,7 @@ #include "rendcommon.h" #include "rephist.h" #include "router.h" +#include "transports.h" #include "routerparse.h" #ifdef USE_BUFFEREVENTS |