aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/processing/watcher.h
Commit message (Collapse)AuthorAgeFilesLines
* watcher: Add a method to query the watcher stateMartin Willi2014-09-241-0/+20
| | | | | This allows a user to check if the watcher is actually running, and potentially perform read operations directly instead of relying on watcher.
* Fix various API doc issues and typosTobias Brunner2013-07-181-1/+1
| | | | Partially based on an old patch by Adrian-Ken Rueegsegger.
* watcher: properly support multiple watch callback types for the same FDMartin Willi2013-07-181-1/+5
|
* watcher: add a centralized an generic facility to monitor file descriptorsMartin Willi2013-07-181-0/+97