mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
channels: replaced bugged lists with ssh_list
cherry-picked from 0aef5f Conflicts: src/session.c
This commit is contained in:
@@ -49,8 +49,6 @@ enum ssh_channel_state_e {
|
||||
};
|
||||
|
||||
struct ssh_channel_struct {
|
||||
struct ssh_channel_struct *prev;
|
||||
struct ssh_channel_struct *next;
|
||||
ssh_session session; /* SSH_SESSION pointer */
|
||||
uint32_t local_channel;
|
||||
uint32_t local_window;
|
||||
|
||||
Reference in New Issue
Block a user