Attention is currently required from: daniel.
5 comments:
File src/core/osmo_io_internal.h:
`(iofd)->flags`, just to be safe
Patch Set #1, Line 40: } while (0)
Agreeing with the linter, do-while wrapper is not really needed here.
Patch Set #1, Line 47: iofd->flags & flag
same here: `(iofd)->flags & (flag)`
Patch Set #1, Line 58: TODO: Move to bitfield
remove this TODO?
File src/core/osmo_io_poll.c:
Patch Set #1, Line 84: FLAG_ISSET
missing `IOFD_` prefix
To view, visit change 33495. To unsubscribe, or for help writing mail filters, visit settings.