Skip to content
Success

Changes

Summary

  1. logging: change gsmtap target to use wqueue by default (details)
Commit 4db61cfb24c257a37d6b729bbdb64165fa5708de by Vadim Yanitskiy
logging: change gsmtap target to use wqueue by default

In b72867f0 ("logging: Change stderr + file target to use non-blocking
write") the `stderr` and `file` targets were changed to use the write
queue in order to avoid blocking.  Do the same for the `gsmtap` logging
target, which can also be blocking under some circumstances.

Change-Id: I9d8c953a5b467ce4396d2d20ca6fa72a749723c0
Related: OS#6794, OS#4311
The file was modifiedinclude/osmocom/core/logging.h
The file was modifiedsrc/vty/logging_vty.c
The file was modifiedsrc/core/logging_gsmtap.c