forked from FRRouting/frr
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: Create a helper function for io read operations
Currently when io is ready inside of the event system the first FD received is always preferred as the ones that are handled first. This leads to results where events associated with these first FD's are always handled first. In anticipation of a change to make this more fair let's abstract the function handler. Signed-off-by: Donald Sharp <[email protected]>
- Loading branch information
1 parent
ad44b54
commit f655340
Showing
1 changed file
with
55 additions
and
49 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