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:
Aurelien DARRAGON
2023-12-01 09:46:22 +01:00
committed by Christopher Faulet
parent 7293eb68ff
commit 334caefaaa
2 changed files with 0 additions and 3 deletions

View File

@@ -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 */