diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-01-17 21:45:21 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-17 21:45:21 +0000 |
commit | 93888366e19a6a5eb4382de771ddae1efcb1a972 (patch) | |
tree | 772f87c3f2cfb3670661705182e0ad9bc43afedf /pkg/waiter | |
parent | 6dd72646bd81db69af444f7a439064b84193b187 (diff) | |
parent | 9073521098ee52cdda74a193565b7bbe75d8c35a (diff) |
Merge release-20200115.0-31-g9073521 (automated)
Diffstat (limited to 'pkg/waiter')
-rw-r--r-- | pkg/waiter/waiter.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/waiter/waiter.go b/pkg/waiter/waiter.go index f708e95fa..707eb085b 100644 --- a/pkg/waiter/waiter.go +++ b/pkg/waiter/waiter.go @@ -62,7 +62,7 @@ import ( ) // EventMask represents io events as used in the poll() syscall. -type EventMask uint16 +type EventMask uint64 // Events that waiters can wait on. The meaning is the same as those in the // poll() syscall. |