aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2013-06-01 18:38:06 +0300
committerNick Mathewson <nickm@torproject.org>2013-08-15 12:03:37 -0400
commit13784d47536704e8b2fea918ffe4f9bf8c019f88 (patch)
tree42b8ba5a839c1d804b9f91734225a9fd18ec01ec /src/or/or.h
parentbdeddecd29fc6d7edce9ab1e9f1963f6f03a63f8 (diff)
downloadtor-13784d47536704e8b2fea918ffe4f9bf8c019f88.tar
tor-13784d47536704e8b2fea918ffe4f9bf8c019f88.tar.gz
Warn if the Extended ORPort listens on a public IP address.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 363dfeaf7..47b7a5061 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3514,6 +3514,7 @@ typedef struct {
unsigned int ControlPort_set : 1;
unsigned int DirPort_set : 1;
unsigned int DNSPort_set : 1;
+ unsigned int ExtORPort_set : 1;
/**@}*/
int AssumeReachable; /**< Whether to publish our descriptor regardless. */