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:07 -0500
commit0c77f8fb6fa17359e817eb6838500e91605f0754 (patch)
treeb545fab6b2e31e36cea290239d23e15f98f8c7b5 /src/providers/fail_over.h
parentd2e36fc224f57204dee65e232ff8e16f66e2ecd9 (diff)
downloadsssd-0c77f8fb6fa17359e817eb6838500e91605f0754.tar.gz
sssd-0c77f8fb6fa17359e817eb6838500e91605f0754.tar.xz
sssd-0c77f8fb6fa17359e817eb6838500e91605f0754.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 6e52d3c66..54141e9c8 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);