golang.org/x/crypto/ssh.Waitmsg.status (field)
9 uses
golang.org/x/crypto/ssh (current package)
session.go#L421: wm := Waitmsg{status: -1}
session.go#L426: wm.status = int(binary.BigEndian.Uint32(msg.Payload))
session.go#L450: if wm.status == 0 {
session.go#L453: if wm.status == -1 {
session.go#L462: wm.status = 128
session.go#L464: wm.status += signals[Signal(wm.signal)]
session.go#L611: status int
session.go#L619: return w.status
session.go#L639: str := fmt.Sprintf("Process exited with status %v", w.status)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |