OSDN Git Service

libgo: update to weekly.2011-10-25
[pf3gnuchains/gcc-fork.git] / libgo / go / exp / ssh / messages.go
index 1d0bc57..7771f2b 100644 (file)
@@ -154,7 +154,7 @@ type channelData struct {
 type channelExtendedData struct {
        PeersId  uint32
        Datatype uint32
-       Data     string
+       Payload  []byte `ssh:"rest"`
 }
 
 type channelRequestMsg struct {