mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-04 23:29:42 +00:00
CLEANUP: Remove unused 'last_slowstart_change' field from struct peer
This was inadvertently added by "MEDIUM: checks: Add agent health check". It appears to have never been used. Signed-off-by: Simon Horman <horms@verge.net.au>
This commit is contained in:
parent
a360844735
commit
c69d547638
@ -72,7 +72,6 @@ struct peer {
|
|||||||
int line; /* line where the section appears */
|
int line; /* line where the section appears */
|
||||||
} conf; /* config information */
|
} conf; /* config information */
|
||||||
time_t last_change;
|
time_t last_change;
|
||||||
time_t last_slowstart_change;
|
|
||||||
struct sockaddr_storage addr; /* peer address */
|
struct sockaddr_storage addr; /* peer address */
|
||||||
struct protocol *proto; /* peer address protocol */
|
struct protocol *proto; /* peer address protocol */
|
||||||
struct xprt_ops *xprt; /* peer socket operations at transport layer */
|
struct xprt_ops *xprt; /* peer socket operations at transport layer */
|
||||||
|
Loading…
Reference in New Issue
Block a user