summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/timerfd
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/fsimpl/timerfd')
-rw-r--r--pkg/sentry/fsimpl/timerfd/timerfd_state_autogen.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/fsimpl/timerfd/timerfd_state_autogen.go b/pkg/sentry/fsimpl/timerfd/timerfd_state_autogen.go
index d3c01e9e7..12970f25c 100644
--- a/pkg/sentry/fsimpl/timerfd/timerfd_state_autogen.go
+++ b/pkg/sentry/fsimpl/timerfd/timerfd_state_autogen.go
@@ -24,6 +24,7 @@ func (tfd *TimerFileDescription) StateFields() []string {
func (tfd *TimerFileDescription) beforeSave() {}
+// +checklocksignore
func (tfd *TimerFileDescription) StateSave(stateSinkObject state.Sink) {
tfd.beforeSave()
stateSinkObject.Save(0, &tfd.vfsfd)
@@ -37,6 +38,7 @@ func (tfd *TimerFileDescription) StateSave(stateSinkObject state.Sink) {
func (tfd *TimerFileDescription) afterLoad() {}
+// +checklocksignore
func (tfd *TimerFileDescription) StateLoad(stateSourceObject state.Source) {
stateSourceObject.Load(0, &tfd.vfsfd)
stateSourceObject.Load(1, &tfd.FileDescriptionDefaultImpl)