summaryrefslogtreecommitdiffstats
path: root/src/providers/fail_over.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-03-09 13:36:04 +0100
committerStephen Gallagher <sgallagh@redhat.com>2011-03-09 14:17:59 -0500
commitf6750918324f4afcd505673baccb78f3963ce63e (patch)
treef300cd963d697cce2f2f7c55c32b3f83f7cc6239 /src/providers/fail_over.h
parent9fedb053d1b64c82b66368a6a3e88e9962faa281 (diff)
downloadsssd_unused-f6750918324f4afcd505673baccb78f3963ce63e.tar.gz
sssd_unused-f6750918324f4afcd505673baccb78f3963ce63e.tar.xz
sssd_unused-f6750918324f4afcd505673baccb78f3963ce63e.zip
Run callbacks if server IP changes
Diffstat (limited to 'src/providers/fail_over.h')
-rw-r--r--src/providers/fail_over.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/fail_over.h b/src/providers/fail_over.h
index 6e52d3c6..54141e9c 100644
--- a/src/providers/fail_over.h
+++ b/src/providers/fail_over.h
@@ -171,6 +171,8 @@ const char *fo_get_server_name(struct fo_server *server);
struct hostent *fo_get_server_hostent(struct fo_server *server);
+time_t fo_get_server_hostname_last_change(struct fo_server *server);
+
int fo_is_srv_lookup(struct fo_server *s);
void fo_reset_services(struct fo_ctx *fo_ctx);