Attention is currently required from: msuraev. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/30683 )
Change subject: SMPP: refactor ref counting code ......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-msc/+/30683/comment/e8f78c6e_456a0fa3 PS1, Line 9: single-use static function to simplify What's wrong with having this static function? The compiler will highly likely inline it anyway. From the symbol naming perspective, I think it's fine to keep it in a separate function with self-explaining name. Especially if someone will need to destroy an esme immediately some day.