mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 21:52:41 +02:00
CLEANUP: peers: remove unused sock_init_arg struct member
Since be0688c6 ("MEDIUM: stream_interface: remove the si->init"),
sock_init_arg is completely useless (set but never used later), thus
we remove it.
This commit is contained in:
committed by
Christopher Faulet
parent
7293eb68ff
commit
334caefaaa
@@ -62,7 +62,6 @@ struct peer {
|
||||
struct sockaddr_storage addr; /* peer address */
|
||||
struct protocol *proto; /* peer address protocol */
|
||||
struct xprt_ops *xprt; /* peer socket operations at transport layer */
|
||||
void *sock_init_arg; /* socket operations's opaque init argument if needed */
|
||||
unsigned int flags; /* peer session flags */
|
||||
unsigned int statuscode; /* current/last session status code */
|
||||
unsigned int reconnect; /* next connect timer */
|
||||
|
||||
Reference in New Issue
Block a user