Skip to content

Changes

Started 1 day 6 hr ago
Queued 8.1 sec
Took 3 min 2 sec on built-in

Summary

  1. osmo_io: Introduce API osmo_iofd_get_txqueue_max_length() (details)
  2. logging_file: Clean log_target_file_reopen() (details)
Commit 16bd6abd01dc1e0d0ca319de6e3a1e3fc394a4f2 by Pau Espin Pedrol
osmo_io: Introduce API osmo_iofd_get_txqueue_max_length()

Change-Id: I92526aa554fc87734fae3fac0ad650d17bf52bb5
The file was modifiedinclude/osmocom/core/osmo_io.h
The file was modifiedsrc/core/osmo_io.c
The file was modifiedsrc/core/libosmocore.map
Commit 328c7d000b88aa8b5c5042ebc9791084414e1f21 by Pau Espin Pedrol
logging_file: Clean log_target_file_reopen()

Move specific assert for wq further below.
Do early return to get rid of extra indentation.

Change-Id: Ibcb50320ad80b034115cccc3b7ab90501ac1d091
The file was modifiedsrc/core/logging_file.c