diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-25 04:59:35 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-25 04:59:35 +0200 |
commit | 5e72359e9a2f4008c408acbd3fe5d389e11a15b4 (patch) | |
tree | 5f1aede16a3b1e6985d4b7a309c6999416a638a3 /src/fastd.c | |
parent | f34e51a1c3b98df2b7c8c7d7eb415a33f42f2d75 (diff) | |
download | fastd-5e72359e9a2f4008c408acbd3fe5d389e11a15b4.tar fastd-5e72359e9a2f4008c408acbd3fe5d389e11a15b4.zip |
Completely document fastd.h
Diffstat (limited to 'src/fastd.c')
-rw-r--r-- | src/fastd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastd.c b/src/fastd.c index a3c6d14..5542ea8 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -311,6 +311,7 @@ static inline void maintenance(void) { } +/** Closes all open FDs except stdin, stdout and stderr */ void fastd_close_all_fds(void) { struct rlimit rl; int fd, maxfd; |