diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-07 22:18:14 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-07 22:18:14 +0000 |
commit | 9e30ac2870bf14c4939ec02f88540e65f553a357 (patch) | |
tree | 2f81726cbb65a0d1d6c8cf0bcc0f2d9fc877bf30 /src/or/or.h | |
parent | 686fce453b4985e79734d1770d9931272cf7053f (diff) | |
download | tor-9e30ac2870bf14c4939ec02f88540e65f553a357.tar.gz tor-9e30ac2870bf14c4939ec02f88540e65f553a357.zip |
obey exit policies for addresses too
svn:r555
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 c499982bb3..6c28c639fa 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -421,6 +421,7 @@ typedef struct { char *RouterFile; char *Nickname; char *Address; + char *ExitPolicy; double CoinWeight; int Daemon; int ORPort; |