summaryrefslogtreecommitdiffstats
path: root/src/fork-detect.h
Commit message (Collapse)AuthorAgeFilesLines
* src: reindent for 8ch indentingLennart Poettering2010-02-201-0/+2
| | | | | | | | | | I am slowly moving all my projects to kernel-inspired 8ch indenting. This will break patches that haven't been merged yet, which I am aware of, but OTOH in times of git's --ignore-space-change shouldn't be too problematic. Yes, I am aware that reindenting like this sucks, but I cannot stand 4ch indenting anymore. Sorry.
* Detect forksLennart Poettering2009-03-231-0/+26
Some really stupid applications (Hey, vim, that means you!) love to fork after initializing gtk/libcanberra. This is really bad style. We however have to deal with this cleanly, so we try to detect the forks making sure all our calls fail cleanly after the fork.