Skip to content
Success

#20363 (Feb 9, 2026, 11:36:10 AM)

Started 17 days ago
Took 1 min 46 sec on build5-deb12build-ansible

Started by upstream project gerrit-libosmocore build number 2352
originally caused by:

This run spent:

  • 7.9 sec waiting;
  • 1 min 46 sec build duration;
  • 1 min 54 sec total from scheduled to completion.
Revision: 05903100666afaf721b7cb1209032c2f832d09d0
Repository: $GERRIT_REPO_URL
  • master
osmo_io: Lazy-initialize during osmo_iofd_setup()

This way new threads (!=main) don't need to explicitly call
osmo_iofd_init() explicitly before using osmo_io. This is specially
useful for threads using osmo_io indirectly, eg, when logging.

The osmo_iofd_setup() API is really the only main API which requires
initialization. All other APIs requiring it come after osmo_iofd_setup()
since they use an osmo_iofd pointer.

Change-Id: Ia543c1b9d111c929cd9dbed266b6d21b74e47e4b
Pau Espin Pedrol at