From 0c77f8fb6fa17359e817eb6838500e91605f0754 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 9 Mar 2011 13:36:04 +0100 Subject: Run callbacks if server IP changes --- src/providers/fail_over.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/providers/fail_over.h') 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); -- cgit