diff options
author | Roger Dingledine <arma@torproject.org> | 2003-09-27 07:21:36 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-09-27 07:21:36 +0000 |
commit | 9899e09b3b0d8249ba1edd97153a46a4e0c4dea3 (patch) | |
tree | 7e0202da91ce9525946c5df6f557b9ea4895300d /src/or/or.h | |
parent | d27514b70afe6b9b40d263c13670c6479524db7b (diff) | |
download | tor-9899e09b3b0d8249ba1edd97153a46a4e0c4dea3.tar tor-9899e09b3b0d8249ba1edd97153a46a4e0c4dea3.tar.gz |
add Address config element, use it in descriptor
svn:r496
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 474ffa230..965c6ebac 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -408,6 +408,7 @@ typedef struct { char *DataDirectory; char *RouterFile; char *Nickname; + char *Address; double CoinWeight; int Daemon; int ORPort; |