summaryrefslogtreecommitdiffstats
path: root/server/providers/fail_over.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-11-15 18:07:36 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-11-18 17:35:08 -0500
commit03c850593b685400b3dc39f5f0981968edae6730 (patch)
tree62bff5d39d58518c1e402a8c453a8cccadbc4ae2 /server/providers/fail_over.h
parent5a6520fc7bf4bc5dcbb71339d6f9e133c4ebd9a3 (diff)
downloadsssd-03c850593b685400b3dc39f5f0981968edae6730.tar.gz
sssd-03c850593b685400b3dc39f5f0981968edae6730.tar.xz
sssd-03c850593b685400b3dc39f5f0981968edae6730.zip
Failover fixes and additions
Diffstat (limited to 'server/providers/fail_over.h')
-rw-r--r--server/providers/fail_over.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/providers/fail_over.h b/server/providers/fail_over.h
index b6e2f2f7b..5fa9ff0cc 100644
--- a/server/providers/fail_over.h
+++ b/server/providers/fail_over.h
@@ -101,6 +101,8 @@ void *fo_get_server_user_data(struct fo_server *server);
int fo_get_server_port(struct fo_server *server);
+const char *fo_get_server_name(struct fo_server *server);
+
struct hostent *fo_get_server_hostent(struct fo_server *server);
#endif /* !__FAIL_OVER_H__ */