-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_channel: Remove manual registration from epoll channel
This hides the Register method from the epoll channel's public API, instead automatically calling in the constructor, and relying on the base Channel's read and write open flags to detect errors. Change-Id: I16a7b416750956cb8e86b3069b9135587cf065ad Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/213653 Pigweed-Auto-Submit: Alexei Frolov <[email protected]> Lint: Lint 🤖 <[email protected]> Presubmit-Verified: CQ Bot Account <[email protected]> Commit-Queue: Auto-Submit <[email protected]> Reviewed-by: Wyatt Hepler <[email protected]>
- Loading branch information
Showing
3 changed files
with
39 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters