]> git.ipfire.org Git - thirdparty/strongswan.git/commit
watcher: use processors new execute_job() to notify FDs
authorMartin Willi <martin@revosec.ch>
Thu, 18 Jul 2013 09:40:40 +0000 (11:40 +0200)
committerMartin Willi <martin@revosec.ch>
Thu, 18 Jul 2013 14:00:31 +0000 (16:00 +0200)
commitea009869e9e5cc914c5ce98261351029c7ab079e
tree85c58609647e26811bbb8c3d068c3e3ad578db91
parent6653e6c13e61da0753625af13de62c46d1ceeb48
watcher: use processors new execute_job() to notify FDs

Just queueing is problematic, as all threads might be busy waiting for events
that the queued (but never executed) job delivers.
src/libstrongswan/processing/watcher.c