]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: Remove unused 'last_slowstart_change' field from struct peer
authorSimon Horman <horms@verge.net.au>
Fri, 1 Nov 2013 07:48:30 +0000 (16:48 +0900)
committerWilly Tarreau <w@1wt.eu>
Tue, 19 Nov 2013 07:04:59 +0000 (08:04 +0100)
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>
include/types/peers.h

index 41a1cce5bfaa7495d470a5c51ecf0f5507407393..d52dc8c41929c1f1f8454becb82aca880f63f604 100644 (file)
@@ -72,7 +72,6 @@ struct peer {
                int line;         /* line where the section appears */
        } conf;                   /* config information */
        time_t last_change;
-       time_t last_slowstart_change;
        struct sockaddr_storage addr;  /* peer address */
        struct protocol *proto;        /* peer address protocol */
        struct xprt_ops *xprt;         /* peer socket operations at transport layer */