summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-29 20:17:24 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-29 20:17:24 +0000
commit3a8a2cb2de84edc5301ef3f4e1754feba9081396 (patch)
tree1eda3341b162398ac4982a9936d8578b32e76a8e /src/or/or.h
parent8625297cee34d71bc5967175d4d40ea51e75cf70 (diff)
downloadtor-3a8a2cb2de84edc5301ef3f4e1754feba9081396.tar.gz
tor-3a8a2cb2de84edc5301ef3f4e1754feba9081396.zip
Downgrade some xxx021s, comment more on others, etc
svn:r17823
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 65158ccd14..d6f7c3b916 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -967,8 +967,8 @@ typedef struct connection_t {
/** Unique identifier for this connection on this Tor instance. */
uint64_t global_identifier;
- /* XXXX021 move this field into a subtype, or (hack, spit) make it a union
- * with some other fields. */
+ /* XXXX022 move this field, and all the listener-only fields (just
+ socket_family, I think), into a new listener_connection_t subtype. */
/** If the connection is a CONN_TYPE_AP_DNS_LISTENER, this field points
* to the evdns_server_port is uses to listen to and answer connections. */
struct evdns_server_port *dns_server_port;