aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-11-30 20:09:09 +0000
committerNick Mathewson <nickm@torproject.org>2007-11-30 20:09:09 +0000
commitf061994487dadf6aa46f47636d79781ffd663366 (patch)
tree21a1f43cc7f37da552a04d468f6a468f36b5fe94 /src/or/or.h
parent6fe70f4c69b80c12db5ad4f0cedac1a81ecd867a (diff)
downloadtor-f061994487dadf6aa46f47636d79781ffd663366.tar.gz
tor-f061994487dadf6aa46f47636d79781ffd663366.zip
r16881@catbus: nickm | 2007-11-30 15:07:42 -0500
Do not keep a string representation of every single addr_policy_t lying around. This might save a few hundred K. svn:r12617
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 2ffda7cd33..f8c8e1eb71 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1119,7 +1119,6 @@ typedef enum {
/** A linked list of policy rules */
typedef struct addr_policy_t {
addr_policy_action_t policy_type; /**< What to do when the policy matches.*/
- char *string; /**< String representation of this rule. */
/* XXXX020 make this ipv6-capable */
uint32_t addr; /**< Base address to accept or reject. */