aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r--include/libssh/session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index fb443b59..86540bbf 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -135,6 +135,8 @@ struct ssh_session_struct {
ssh_buffer in_buffer;
PACKET in_packet;
ssh_buffer out_buffer;
+ struct ssh_list *out_queue; /* This list is used for delaying packets
+ when rekeying is required */
/* the states are used by the nonblocking stuff to remember */
/* where it was before being interrupted */