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:14:36 -0500
commit5f4b4fb5a26ddcfa578a368688e81b36b5612d06 (patch)
tree8b074a22d506428649c38752436122eef29ff4bb /src/providers/fail_over.h
parentd0d3497c10a02e8489198dc3e1edc621bfac0c6d (diff)
downloadsssd_unused-5f4b4fb5a26ddcfa578a368688e81b36b5612d06.tar.gz
sssd_unused-5f4b4fb5a26ddcfa578a368688e81b36b5612d06.tar.xz
sssd_unused-5f4b4fb5a26ddcfa578a368688e81b36b5612d06.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);