diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-01 20:05:51 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-01 20:05:51 +0000 |
commit | 326119398a23ecb6fef8b162fc358420239bf2c5 (patch) | |
tree | 13b4b0a491b684e88ddc63294f66ccd31d44c04d /pkg/abi/linux/tty.go | |
parent | f5181c6067ad420d16557d21734453994fb42791 (diff) | |
parent | 723fb5c1164872fd1de418d794aa1e9eced8fd94 (diff) |
Merge release-20200818.0-100-g723fb5c11 (automated)
Diffstat (limited to 'pkg/abi/linux/tty.go')
-rw-r--r-- | pkg/abi/linux/tty.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/abi/linux/tty.go b/pkg/abi/linux/tty.go index e640969a6..5a5ff0aa2 100644 --- a/pkg/abi/linux/tty.go +++ b/pkg/abi/linux/tty.go @@ -341,6 +341,7 @@ var DefaultSlaveTermios = KernelTermios{ // include/uapi/asm-generic/termios.h. // // +stateify savable +// +marshal type WindowSize struct { Rows uint16 Cols uint16 |