diff options
author | Michael Pratt <mpratt@google.com> | 2019-04-18 15:22:47 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-04-18 15:24:07 -0700 |
commit | c931c8e0829914718a729e20d7db0c2bf4e73f0b (patch) | |
tree | b1de685150e312d7d4fb0ba51077e2e47569560c /pkg/sentry/strace/BUILD | |
parent | ce64d9ebf03b1efac3e8c2b9ddafb02aafed9f33 (diff) |
Format struct pollfd in poll(2)/ppoll(2)
I0410 15:40:38.854295 3776 x:0] [ 1] poll_test E poll(0x2b00bfb5c020 [{FD: 0x3 anon_inode:[eventfd], Events: POLLOUT, REvents: ...}], 0x1, 0x1)
I0410 15:40:38.854348 3776 x:0] [ 1] poll_test X poll(0x2b00bfb5c020 [{FD: 0x3 anon_inode:[eventfd], Events: POLLOUT|POLLERR|POLLHUP, REvents: POLLOUT}], 0x1, 0x1) = 0x1 (10.765?s)
PiperOrigin-RevId: 244269879
Change-Id: If07ba54a486fdeaaedfc0123769b78d1da862307
Diffstat (limited to 'pkg/sentry/strace/BUILD')
-rw-r--r-- | pkg/sentry/strace/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/strace/BUILD b/pkg/sentry/strace/BUILD index bcd94b42e..eaaa4d118 100644 --- a/pkg/sentry/strace/BUILD +++ b/pkg/sentry/strace/BUILD @@ -11,6 +11,7 @@ go_library( "futex.go", "linux64.go", "open.go", + "poll.go", "ptrace.go", "signal.go", "socket.go", |