diff options
author | Michael Adam <obnox@samba.org> | 2009-12-07 00:06:50 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-07 00:22:53 +0100 |
commit | d0a91c2f9bdc6cc98827584e60526098fd28d28b (patch) | |
tree | b9e31cb453a2376885898e9f73f248a726d28dfc /src/main.h | |
parent | fa073543c4705e92cc390adfb823b1dfa525c4d9 (diff) |
Add the anonymous_map hasmap to the config struct.
Michael
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -96,6 +96,12 @@ struct config_s { * Store the list of port allowed by CONNECT. */ vector_t connect_ports; + + /* + * Map of headers which should be let through when the + * anonymous feature is turned on. + */ + hashmap_t anonymous_map; }; /* Global Structures used in the program */ |