Attention is currently required from: daniel, laforge, pespin.
1 comment:
File include/osmocom/core/gsmtap_util.h:
I think it may be a good idea to add the new symbol as gsmtap_inst_fd2() and change the known client […]
Instead of adding `gsmtap_inst_fd2()`, I could also just keep using `wq.bfd.fd` through the `wq` member of `struct gsm_inst` for Osmo IO, only acessing it through `gsmtap_inst_fd()` even internally. That should work, because Osmo IO will replace usage of the write queue altogether.
And if by 'changing the internal structure', you meant getting rid of the `wq` struct member altogether and adding, say a member `int fd` internally, that can also easily be done then later. And we avoid adding an additional API function.
Any objections to that?
To view, visit change 34720. To unsubscribe, or for help writing mail filters, visit settings.