summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 41b0627eb2..bf5e9dbc6a 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -329,7 +329,8 @@ struct exit_policy_t {
char *string;
uint32_t addr;
uint32_t msk;
- uint16_t prt;
+ uint16_t prt_min;
+ uint16_t prt_max;
struct exit_policy_t *next;
};