Attention is currently required from: Hoernchen. neels has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/30609 )
Change subject: logging: do not expose internal data structures ......................................................................
Patch Set 1: Code-Review-2
(1 comment)
File include/osmocom/core/logging.h:
https://gerrit.osmocom.org/c/libosmocore/+/30609/comment/9d0aa7d8_8e9e5338 PS1, Line 14: extern struct log_info *osmo_log_info; osmo_log_info is how logging_vty.c knows about logging config. How did you adjust for that?
Changing public API is a problem, we need to keep this publicly accessible simply because it was public API before, in order to guarantee backwards compat in API.