Skip to content

Changes

Started by upstream project gerrit-libosmocore #2309
Started 15 hr ago
Queued 5.5 sec

Summary

  1. Implement log file target using osmo_io (details)
Commit ff826d44e40ac0c0ee83903921f8bfae561820dd 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 modifiedsrc/core/logging_file.c
The file was modifiedtests/logging/logging_test.c
The file was modifiedtests/logging/logging_test.err