aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/exp/ssh/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/exp/ssh/messages.go')
-rw-r--r--libgo/go/exp/ssh/messages.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/exp/ssh/messages.go b/libgo/go/exp/ssh/messages.go
index 1d0bc57..7771f2b 100644
--- a/libgo/go/exp/ssh/messages.go
+++ b/libgo/go/exp/ssh/messages.go
@@ -154,7 +154,7 @@ type channelData struct {
type channelExtendedData struct {
PeersId uint32
Datatype uint32
- Data string
+ Payload []byte `ssh:"rest"`
}
type channelRequestMsg struct {