# | Line 119 | Line 119 | struct MatchItem | |
---|---|---|
119 | struct AccessItem | |
120 | { | |
121 | dlink_node node; | |
122 | + | unsigned int dns_failed; |
123 | + | unsigned int dns_pending; |
124 | unsigned int status; /* If CONF_ILLEGAL, delete when no clients */ | |
125 | unsigned int flags; | |
126 | unsigned int modes; | |
# | Line 135 | Line 137 | struct AccessItem | |
137 | char * fakename; /* Mask name */ | |
138 | time_t hold; /* Hold action until this time (calendar time) */ | |
139 | struct ConfItem *class_ptr; /* Class of connection */ | |
138 | – | struct DNSQuery* dns_query; |
140 | int aftype; | |
141 | #ifdef HAVE_LIBCRYPTO | |
142 | char * rsa_public_key_file; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |