sentry: mark idMapSeqHandle as savable.

PiperOrigin-RevId: 209994384
Change-Id: I16186cf79cb4760a134f3968db30c168a5f4340e
This commit is contained in:
Zhaozhong Ni
2018-08-23 13:59:20 -07:00
committed by Shentubot
parent 001a4c2493
commit ba8f6ba8c8
+2
View File
@@ -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
}