Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
c47fdc4d
Commit
c47fdc4d
authored
Nov 3, 1998
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Added header to the ssh_channel struct. New function make_channel_close.
Rev: src/channel.h:1.11
parent
7e56f9f4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/channel.h
+3
-1
3 additions, 1 deletion
src/channel.h
with
3 additions
and
1 deletion
src/channel.h
+
3
−
1
View file @
c47fdc4d
...
...
@@ -32,7 +32,7 @@
struct
ssh_channel
{
/*
struct
read_handler super; */
struct
lsh_object
header
;
UINT32
channel_number
;
/* Remote channel number */
...
...
@@ -223,6 +223,8 @@ struct lsh_string *format_channel_eof(struct ssh_channel *channel);
int
channel_close
(
struct
ssh_channel
*
channel
);
int
channel_eof
(
struct
ssh_channel
*
channel
);
struct
close_callback
*
make_channel_close
(
struct
ssh_channel
*
channel
);
struct
lsh_string
*
channel_transmit_data
(
struct
ssh_channel
*
channel
,
struct
lsh_string
*
data
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment