aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2012-07-12 15:28:43 +0200
committerGeorge Kadianakis <desnacked@riseup.net>2012-07-12 15:28:43 +0200
commit8b9f4d75f27728ca5f07c1eb00d4144cb3b33eac (patch)
tree37e4c07f6a86c6f4117a9f6e33b2ecfdaa02ca1e /src/or/connection.c
parentf8e49c57893f35b9b3c45865d00040bd05e53f0c (diff)
downloadtor-8b9f4d75f27728ca5f07c1eb00d4144cb3b33eac.tar
tor-8b9f4d75f27728ca5f07c1eb00d4144cb3b33eac.tar.gz
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index af5c01181..c9b16d7ae 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