diff options
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) |