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
c59a7918
Commit
c59a7918
authored
Oct 20, 1998
by
Niels Möller
Browse files
Added a channel specific request type alist.
Rev: src/channel.h:1.3
parent
a5c91a7d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/channel.h
View file @
c59a7918
...
...
@@ -29,10 +29,14 @@ struct ssh_channel
UINT32
send_window_size
;
UINT32
send_max_packet
;
struct
alist
*
request_types
;
#if 0
int recieved_close;
int sent_close;
int recieved_eof;
int sent_eof;
#endif
/* Type is CHANNEL_DATA or CHANNEL_STDERR_DATA */
int
(
*
recieve
)(
struct
ssh_channel
*
self
,
struct
abstract_write
*
write
,
...
...
Write
Preview
Markdown
is supported
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