aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs6/ftrigr_check.c
Commit message (Collapse)AuthorAgeFilesLines
* Add ftrigr_checksa(), rewrite s6_svlisten_loop() around itLaurent Bercot2017-06-141-29/+10
| | | | | | | - Fixes the race condition hit by permanent failure, i.e. two ftrig events close to each other - Requires storing the sequence of events client-side, so an additional stralloc, bleh - The visible struct ftrigr_s changes, so a major bump is needed -> prepare for 2.6.0.0 - ftrigr_check() is now a trivial wrapper around ftrigr_checksa()
* Cleanup of superfluous includesLaurent Bercot2017-03-131-1/+0
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-121-1/+1
|
* Types fix, first passLaurent Bercot2017-01-121-2/+2
|
* Initial commitLaurent Bercot2014-12-051-0/+40