summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/strace/syscalls.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-02-20 19:33:30 +0000
committergVisor bot <gvisor-bot@google.com>2020-02-20 19:33:30 +0000
commitefb2d18a2f9b70ac5dbe2776710ce70137b7a0b1 (patch)
treead643e03e40907a0387ff4d5ecb3c892c8adb0c4 /pkg/sentry/strace/syscalls.go
parent04a4bbf830277b7752fdb881b2a264d641159071 (diff)
parent9bad87339a10545d267903e7739f8cd978fbd82a (diff)
Merge release-20200211.0-52-g9bad873 (automated)
Diffstat (limited to 'pkg/sentry/strace/syscalls.go')
-rw-r--r--pkg/sentry/strace/syscalls.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/sentry/strace/syscalls.go b/pkg/sentry/strace/syscalls.go
index 446d1e0f6..7e69b9279 100644
--- a/pkg/sentry/strace/syscalls.go
+++ b/pkg/sentry/strace/syscalls.go
@@ -228,6 +228,16 @@ const (
// SockOptLevel is the optname argument in getsockopt(2) and
// setsockopt(2).
SockOptName
+
+ // EpollCtlOp is the op argument to epoll_ctl(2).
+ EpollCtlOp
+
+ // EpollEvent is the event argument in epoll_ctl(2).
+ EpollEvent
+
+ // EpollEvents is an array of struct epoll_event. It is the events
+ // argument in epoll_wait(2)/epoll_pwait(2).
+ EpollEvents
)
// defaultFormat is the syscall argument format to use if the actual format is