Attention is currently required from: daniel, jolly.
Patch set 2:Code-Review -1
2 comments:
File src/core/osmo_io_poll.c:
Patch Set #2, Line 115: if (osmo_fd_is_registered(ofd))
This is expensive!!!
See how osmo_fd_register() doesn't call osmo_fd_is_registered unless "--enable-ofd-check" is passed for debugging purposes.
Patch Set #2, Line 125: if (!osmo_fd_is_registered(ofd))
This is expensive!!!
See how osmo_fd_register() doesn't call osmo_fd_is_registered unless "--enable-ofd-check" is passed for debugging purposes.
To view, visit change 35909. To unsubscribe, or for help writing mail filters, visit settings.