Skip to content
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

[C] Remove #ifdefs for epoll/poll/wsapoll from poller header files an… #1089

Merged
merged 2 commits into from Nov 17, 2020

Conversation

mikeb01
Copy link
Contributor

@mikeb01 mikeb01 commented Nov 15, 2020

…d use binding_clientd to track poller specific information.

This encapsulates the poll/epoll/wsapoll condition compilation within the .c file. It also means that the aeron_udp_transport_poller struct has a fixed size, regardless of the compilation options, which tripped me up in tests at one point.

@mjpt777 mjpt777 merged commit b8ede28 into real-logic:master Nov 17, 2020
Copy link
Contributor

@mjpt777 mjpt777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

mjpt777 added a commit that referenced this pull request Nov 17, 2020
@mikeb01 mikeb01 deleted the poller_tidy branch April 15, 2021 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants