]> git.ipfire.org Git - thirdparty/strongswan.git/commit
watcher: Move debug log messages out of mutex
authorTobias Brunner <tobias@strongswan.org>
Tue, 18 Apr 2023 13:59:34 +0000 (15:59 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 27 Apr 2023 11:52:34 +0000 (13:52 +0200)
commit53208b0ba4c17f6efc9df3007ecf9626471fd78d
tree3dbadcd946a507ead9bc233bb2b9575597211ced
parent705a20619f4987983f93be5a26190bbb3c8c5ab9
watcher: Move debug log messages out of mutex

The list of FDs is recreated quite often (e.g. due to the kernel-netlink
event sockets) and if a logger depends on watcher_t in some way this
might cause conflicts if the mutex is held.
src/libstrongswan/processing/watcher.c