Skip to content

Changes

Started 28 days ago
Queued 9 sec
Took 2 min 19 sec on built-in
logging: Add APIs to set/get log_{target,context} fields

Change-Id: Ie48e7e635feb91509b9c034394df4fb16cb931a3
Pau Espin Pedrol at
gb: Avoid accessing struct log_target members directly

Change-Id: Idb2f7f3736f0a22a091a702e23ef7cf58e56cfa9
Pau Espin Pedrol at
Remove unused private API log_target_create_file_stream()

This function was never added to the logging.h (despite it was not
static and it was inside libosmocore.map).
It is actually used nowhere, and changing it to static made the compiler
warn about it. Remove it.

Change-Id: Ia30c6b47cfcbb54e7c2c43b877cd9554dc596abf
Pau Espin Pedrol at