diff options
Diffstat (limited to 'pkg/waiter/waiter.go')
-rw-r--r-- | pkg/waiter/waiter.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/waiter/waiter.go b/pkg/waiter/waiter.go index 9825880ca..832b6a5a9 100644 --- a/pkg/waiter/waiter.go +++ b/pkg/waiter/waiter.go @@ -113,6 +113,8 @@ type EntryCallback interface { // Entry represents a waiter that can be add to the a wait queue. It can // only be in one queue at a time, and is added "intrusively" to the queue with // no extra memory allocations. +// +// +stateify savable type Entry struct { // Context stores any state the waiter may wish to store in the entry // itself, which may be used at wake up time. |