summaryrefslogtreecommitdiffstats
path: root/server/resolv/async_resolv.h
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2010-01-08 22:32:25 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-01-14 09:09:44 -0500
commit9825054362a6ca3ad6ea851236ba9c1b3a703aba (patch)
tree54d9e9eea532b6d1aea3b51715b740fb748eaee5 /server/resolv/async_resolv.h
parent200f2f325b81af13e0e3b21ac72bfc905a63258b (diff)
downloadsssd-9825054362a6ca3ad6ea851236ba9c1b3a703aba.tar.gz
sssd-9825054362a6ca3ad6ea851236ba9c1b3a703aba.tar.xz
sssd-9825054362a6ca3ad6ea851236ba9c1b3a703aba.zip
Re-create c-ares channels if /etc/resolv.conf is modified
Fixes: #378
Diffstat (limited to 'server/resolv/async_resolv.h')
-rw-r--r--server/resolv/async_resolv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/resolv/async_resolv.h b/server/resolv/async_resolv.h
index dab2fdfc4..e0515383b 100644
--- a/server/resolv/async_resolv.h
+++ b/server/resolv/async_resolv.h
@@ -49,6 +49,8 @@ struct resolv_ctx;
int resolv_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx,
struct resolv_ctx **ctxp);
+void resolv_reread_configuration(void);
+
const char *resolv_strerror(int ares_code);
struct hostent *resolv_copy_hostent(TALLOC_CTX *mem_ctx,