Skip to content

Changes

Started by upstream project gerrit-libosmocore #2335
Started 1 day 5 hr ago
Queued 8 min 31 sec

Summary

  1. Implement log file target using osmo_io (details)
Commit fce5d6e2c2e477a0aa9ab4f724acc9ad5e2951f9 by Pau Espin Pedrol
Implement log file target using osmo_io

Reuse (struct log_target)->tgt_file->wqueue->except_cb to store the iofd
pointer internally, since we are not allowed to change the struct
log_target because it's public and we don't want to break the ABI.
Using the wqueue except_cb is fine since that field was never used.

Related: OS#6918
Change-Id: Ieb6420246454ef59442b1fd7b1d14e2c00fa69a5
The file was modifiedtests/logging/logging_test.err
The file was modifiedtests/logging/logging_test.c
The file was modifiedsrc/core/logging_file.c