summaryrefslogtreecommitdiffstats
path: root/src/shared/signal.h
Commit message (Collapse)AuthorAgeFilesLines
* [SHARED] signal.h -> fdsignal.hSimon Rettberg2016-02-101-57/+0Star
|
* First steps in make signals more abstract from the underlying mechanism; ↵Simon Rettberg2016-02-051-11/+20
| | | | | | | | | | replace epoll with poll. We now don't assume that a signal equals a single fd (eventfd on Linux). The next step would be to create a version of signal.c that uses a pipe internally, so it can be used on other platforms, like *BSD. This is also the reason epoll was replaced with poll in uplink.c
* [FUSE] Mid-refactoring, does not compileSimon Rettberg2015-11-241-1/+0Star
|
* [FUSE] Start refactoring so we can handle multithread fuseSimon Rettberg2015-11-211-0/+49