mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
sentry: mark idMapSeqHandle as savable.
PiperOrigin-RevId: 209994384 Change-Id: I16186cf79cb4760a134f3968db30c168a5f4340e
This commit is contained in:
@@ -68,6 +68,8 @@ func (imss *idMapSeqSource) ReadSeqFileData(ctx context.Context, handle seqfile.
|
||||
}
|
||||
|
||||
// TODO: Fix issue requiring idMapSeqHandle wrapping an int.
|
||||
//
|
||||
// +stateify savable
|
||||
type idMapSeqHandle struct {
|
||||
value int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user