projects
/
sip-router
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- use_dns_cache can be enabled/disabled runtime
[sip-router]
/
cfg_core.h
diff --git
a/cfg_core.h
b/cfg_core.h
index
06b1d43
..
d8cbb1c
100644
(file)
--- a/
cfg_core.h
+++ b/
cfg_core.h
@@
-67,6
+67,7
@@
struct cfg_group_core {
int dns_reinit;
/* DNS cache */
#ifdef USE_DNS_CACHE
+ int use_dns_cache;
int dns_cache_flags;
int use_dns_failover;
int dns_srv_lb;