diff options
Diffstat (limited to 'pkg/sentry/socket/epsocket/epsocket_state_autogen.go')
-rwxr-xr-x | pkg/sentry/socket/epsocket/epsocket_state_autogen.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/socket/epsocket/epsocket_state_autogen.go b/pkg/sentry/socket/epsocket/epsocket_state_autogen.go index 8a743a4ef..c69c145bd 100755 --- a/pkg/sentry/socket/epsocket/epsocket_state_autogen.go +++ b/pkg/sentry/socket/epsocket/epsocket_state_autogen.go @@ -21,6 +21,7 @@ func (x *SocketOperations) save(m state.Map) { m.Save("sockOptTimestamp", &x.sockOptTimestamp) m.Save("timestampValid", &x.timestampValid) m.Save("timestampNS", &x.timestampNS) + m.Save("sockOptInq", &x.sockOptInq) } func (x *SocketOperations) afterLoad() {} @@ -37,6 +38,7 @@ func (x *SocketOperations) load(m state.Map) { m.Load("sockOptTimestamp", &x.sockOptTimestamp) m.Load("timestampValid", &x.timestampValid) m.Load("timestampNS", &x.timestampNS) + m.Load("sockOptInq", &x.sockOptInq) } func (x *Stack) beforeSave() {} |