Deleted Added
full compact
daemon.h (356345) daemon.h (361435)
1/*
2 * daemon/daemon.h - collection of workers that handles requests.
3 *
4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
5 *
6 * This software is open source.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 118 unchanged lines hidden (view full) ---

127 /** the dnstap environment master value, copied and changed by threads*/
128 struct dt_env* dtenv;
129#endif
130 struct shm_main_info* shm_info;
131 /** response-ip set with associated actions and tags. */
132 struct respip_set* respip_set;
133 /** some response-ip tags or actions are configured if true */
134 int use_response_ip;
1/*
2 * daemon/daemon.h - collection of workers that handles requests.
3 *
4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
5 *
6 * This software is open source.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 118 unchanged lines hidden (view full) ---

127 /** the dnstap environment master value, copied and changed by threads*/
128 struct dt_env* dtenv;
129#endif
130 struct shm_main_info* shm_info;
131 /** response-ip set with associated actions and tags. */
132 struct respip_set* respip_set;
133 /** some response-ip tags or actions are configured if true */
134 int use_response_ip;
135 /** some RPZ policies are configured */
136 int use_rpz;
135#ifdef USE_DNSCRYPT
136 /** the dnscrypt environment */
137 struct dnsc_env* dnscenv;
138#endif
139};
140
141/**
142 * Initialize daemon structure.

--- 40 unchanged lines hidden ---
137#ifdef USE_DNSCRYPT
138 /** the dnscrypt environment */
139 struct dnsc_env* dnscenv;
140#endif
141};
142
143/**
144 * Initialize daemon structure.

--- 40 unchanged lines hidden ---