[MERGED] libosmocore[master]: add osmo_fd_setup() convenience function to fill-in osmo_fd

2017-08-12 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: add osmo_fd_setup() convenience function to fill-in osmo_fd .. add osmo_fd_setup() convenience function to fill-in osmo_fd This basically follows the

libosmocore[master]: add osmo_fd_setup() convenience function to fill-in osmo_fd

2017-08-12 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3500 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6dbf19ea22fd65302bfc5424c10418d1b7939094 Gerrit-PatchSet: 1 Gerrit-Project: libosmocore Gerrit-Branch: master

[PATCH] libosmocore[master]: add osmo_fd_setup() convenience function to fill-in osmo_fd

2017-08-12 Thread Harald Welte
Review at https://gerrit.osmocom.org/3500 add osmo_fd_setup() convenience function to fill-in osmo_fd This basically follows the concept of osmo_timer_setup() and allows the caller to fill-in all configurable fields of osmo_fd in one line of code, rather than open-coding it in 5 lines