aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-05-25 15:20:27 +0800
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-05-25 15:58:02 +0800
commita5a6da46a0b22d5c7695774c6c7eb26856bc6488 (patch)
tree1d87411b72b90c5a95e637e2c2cfb99cc44727ad /openbsc/include
parent39c430ee2929f0671203974db11dfdd4ff4841cb (diff)
sgsn: Allow to specify the DNS servers that should be used
If no server is specified the default list will be used. This allows to separate the servers for the local network and GRX from each other.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/sgsn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/sgsn.h b/openbsc/include/openbsc/sgsn.h
index a92bfc65d..0b61da952 100644
--- a/openbsc/include/openbsc/sgsn.h
+++ b/openbsc/include/openbsc/sgsn.h
@@ -68,6 +68,7 @@ struct sgsn_instance {
struct osmo_timer_list ares_timer;
struct llist_head ares_fds;
ares_channel ares_channel;
+ struct ares_addr_node *ares_servers;
};
extern struct sgsn_instance *sgsn;