Attention is currently required from: jolly, laforge, pespin.

fixeria has posted comments on this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/35572?usp=email )

Change subject: Add logging category for libosmo-cc
......................................................................


Patch Set 3: Code-Review+1

(1 comment)

File include/osmocom/core/logging.h:

https://gerrit.osmocom.org/c/libosmocore/+/35572/comment/438c1216_fe043e10
PS2, Line 158: #defin
> this breaks ABI

I am wondering about potential consequences. Obviously, adding a new category 
here enlarges the `internal_cat[]` array. I assumed that this might result in 
logging categories being shifted and thus messed up in the logging output, but 
this does not seem to be the case if I understand the logic in `log_init()` 
correctly. It would first copy the user-supplied logging categories, and only 
then copy the internal ones from `internal_cat[]`.

So even if some application was compiled against an older version of 
libosmocore predating this commit, I don't see how a more recent libosmocore 
with DLCC would break logging in that application. Unless I am missing 
something, I think it should be fine to merge this commit as-is.



--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/35572?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I9df433b2cfb51f04dbf16e9f8dee567a59ab5cb7
Gerrit-Change-Number: 35572
Gerrit-PatchSet: 3
Gerrit-Owner: jolly <andr...@eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de>
Gerrit-CC: laforge <lafo...@osmocom.org>
Gerrit-CC: pespin <pes...@sysmocom.de>
Gerrit-Attention: jolly <andr...@eversberg.eu>
Gerrit-Attention: laforge <lafo...@osmocom.org>
Gerrit-Attention: pespin <pes...@sysmocom.de>
Gerrit-Comment-Date: Wed, 24 Jan 2024 17:30:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: jolly <andr...@eversberg.eu>
Comment-In-Reply-To: laforge <lafo...@osmocom.org>
Comment-In-Reply-To: pespin <pes...@sysmocom.de>
Gerrit-MessageType: comment

Reply via email to