From 1a4cb248f390db7a206ae529ae9272b00fcef043 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 8 Oct 2004 05:53:59 +0000 Subject: interim commit for http proxy support svn:r2431 --- src/or/or.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index 5c14e4d69..e8a4355ed 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -894,7 +894,12 @@ typedef struct { allowed to sign directories. */ struct config_line_t *RendConfigLines; /**< List of configuration lines * for rendezvous services. */ - char *ContactInfo; /** Contact info to be published in the directory */ + char *ContactInfo; /**< Contact info to be published in the directory */ + + char *HttpProxy; /**< hostname[:port] to use as http proxy, if any */ + uint32_t HttpProxyAddr; /**< Parsed IPv4 addr for http proxy, if any */ + uint16_t HttpProxyPort; /**< Parsed port for http proxy, if any */ + } or_options_t; /* XXX are these good enough defaults? */ -- cgit v1.2.3