Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
6145ff90
Commit
6145ff90
authored
Jun 07, 1999
by
Niels Möller
Browse files
Added forwarded_ports field.
Rev: src/connection.c:1.33 Rev: src/connection.h:1.29
parent
300c8324
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
6145ff90
...
...
@@ -175,6 +175,8 @@ struct ssh_connection *make_ssh_connection(struct command_continuation *c)
connection
->
send_mac
=
NULL
;
connection
->
send_crypto
=
NULL
;
object_queue_init
(
connection
->
forwarded_ports
);
connection
->
kex_state
=
KEX_STATE_INIT
;
...
...
src/connection.h
View file @
6145ff90
...
...
@@ -26,6 +26,7 @@
#include
"abstract_io.h"
#include
"abstract_compress.h"
#include
"queue.h"
#include
"resource.h"
#include
"randomness.h"
...
...
@@ -102,8 +103,7 @@ struct ssh_connection;
(channels object channel_table)
; Forwarded TCP connections
; FIXME: I don't quite like this name
; (tcp_forwards object forwarded_tcpip)
(forwarded_ports object object_queue)
; Shared handlers
(ignore object packet_handler)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment