-
Notifications
You must be signed in to change notification settings - Fork 666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #411 - Provide accessors for 'events' in PollFd #1517
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the motivation? The PollFd::events
method seems especially redundant.
Not sure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see. When I said that events
was redundant, I misread it. This looks ok to me, though you'll have to rebase to fix the merge conflict.
Test: `cargo test --test test test_pollfd_events`
3323a8a
to
b16e70e
Compare
Thanks! Rebased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Test:
cargo test --test test test_pollfd_events