mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 17:31:02 +01:00
15919: use LinkLists in place of somewhat equivalent code
This commit is contained in:
parent
89719fbac3
commit
1bbe1d1b0a
4 changed files with 128 additions and 72 deletions
|
|
@ -80,7 +80,6 @@ struct tcp_session {
|
|||
int fd; /* file descriptor */
|
||||
union tcp_sockaddr sock; /* local address */
|
||||
union tcp_sockaddr peer; /* remote address */
|
||||
Tcp_session next;
|
||||
int flags;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue