diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-03-23 19:03:20 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-03-23 19:03:20 +0000 |
commit | e48ad2ada0357cb8ee9185074aaff7ab44d84631 (patch) | |
tree | f8848b871cd5e3a0d07853083e024a231438085c /pkg/sentry/socket/control | |
parent | 0fea1c57d9bc63416cc366720b2f53139468352f (diff) | |
parent | acb4c62885629d6d3ee977b93c27282abed0b33f (diff) |
Merge release-20210315.0-15-gacb4c6288 (automated)
Diffstat (limited to 'pkg/sentry/socket/control')
-rw-r--r-- | pkg/sentry/socket/control/control_state_autogen.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/socket/control/control_state_autogen.go b/pkg/sentry/socket/control/control_state_autogen.go index 0f567afd4..412025601 100644 --- a/pkg/sentry/socket/control/control_state_autogen.go +++ b/pkg/sentry/socket/control/control_state_autogen.go @@ -28,6 +28,7 @@ func (c *scmCredentials) StateFields() []string { func (c *scmCredentials) beforeSave() {} +// +checklocksignore func (c *scmCredentials) StateSave(stateSinkObject state.Sink) { c.beforeSave() stateSinkObject.Save(0, &c.t) @@ -37,6 +38,7 @@ func (c *scmCredentials) StateSave(stateSinkObject state.Sink) { func (c *scmCredentials) afterLoad() {} +// +checklocksignore func (c *scmCredentials) StateLoad(stateSourceObject state.Source) { stateSourceObject.Load(0, &c.t) stateSourceObject.Load(1, &c.kuid) |