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-12 08:10:27 -0500
commit830380e05ffc2fcc085fd6894f315073fd2f4cb7 (patch)
treef9ecc328b8e6992a1a10ff5651767d9fd1fd744e /server/resolv/async_resolv.h
parentb23272a16834ba5948e1f9b8e1206174a936e260 (diff)
downloadsssd-830380e05ffc2fcc085fd6894f315073fd2f4cb7.tar.gz
sssd-830380e05ffc2fcc085fd6894f315073fd2f4cb7.tar.xz
sssd-830380e05ffc2fcc085fd6894f315073fd2f4cb7.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,