From e816d997365964ef656d5c6fa1da161ea17cf3c1 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Mon, 25 Nov 2024 09:19:13 -0800 Subject: [PATCH] Internal change. PiperOrigin-RevId: 700006561 --- pkg/sentry/fsutil/frame_ref_set.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/sentry/fsutil/frame_ref_set.go b/pkg/sentry/fsutil/frame_ref_set.go index 217090cad..1c68c17b9 100644 --- a/pkg/sentry/fsutil/frame_ref_set.go +++ b/pkg/sentry/fsutil/frame_ref_set.go @@ -22,6 +22,8 @@ import ( ) // FrameRefSegInfo holds reference count and memory cgroup id of the segment. +// +// +stateify savable type FrameRefSegInfo struct { // refs indicates the reference count of the segment. refs uint64