Attention is currently required from: laforge, osmith, pespin.
Hello Jenkins Builder, laforge, osmith,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/40267?usp=email
to look at the new patch set (#4).
The following approvals got outdated and were removed: Code-Review+1 by laforge, Code-Review+1 by osmith
Change subject: cnlink: Cleanup talloc tree ......................................................................
cnlink: Cleanup talloc tree
Previous logic allocating structs was a big convoluted regarding order of assignments, which then even required a taloc_steal. Since recently the struct hnbgw_cnpool is a talloc context, and struct hnbgw_cnlink are allocated as being part of a cnpool, so clean up the talloc tree by having cnlink under cnpool. Finally, put the cnlink_fsm and the cnlink counters under the hnbgw_cnlink talloc context, where they belong.
Change-Id: I90c22f2a2932ede7103c66f2263e72ac2fdae497 --- M src/osmo-hnbgw/cnlink.c 1 file changed, 13 insertions(+), 13 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/67/40267/4