diff options
Diffstat (limited to 'pkg/sentry/fs/host/host_state_autogen.go')
-rwxr-xr-x | pkg/sentry/fs/host/host_state_autogen.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/fs/host/host_state_autogen.go b/pkg/sentry/fs/host/host_state_autogen.go index f0e1c4b88..e5c487320 100755 --- a/pkg/sentry/fs/host/host_state_autogen.go +++ b/pkg/sentry/fs/host/host_state_autogen.go @@ -117,6 +117,7 @@ func (x *TTYFileOperations) save(m state.Map) { m.Save("fileOperations", &x.fileOperations) m.Save("session", &x.session) m.Save("fgProcessGroup", &x.fgProcessGroup) + m.Save("termios", &x.termios) } func (x *TTYFileOperations) afterLoad() {} @@ -124,6 +125,7 @@ func (x *TTYFileOperations) load(m state.Map) { m.Load("fileOperations", &x.fileOperations) m.Load("session", &x.session) m.Load("fgProcessGroup", &x.fgProcessGroup) + m.Load("termios", &x.termios) } func init() { |