summaryrefslogtreecommitdiffstats
path: root/src/status.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-11-10 22:00:15 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-11-10 22:00:15 +0100
commitbb761bafb89a734fdc98a8e12cfff3b0c16fb0af (patch)
treea517db07dfca3e9734ce4d6d3443377598f8a792 /src/status.c
parentc5aeb0dc4228c6396f35395194e0ec9cc91519c4 (diff)
downloadfastd-bb761bafb89a734fdc98a8e12cfff3b0c16fb0af.tar
fastd-bb761bafb89a734fdc98a8e12cfff3b0c16fb0af.zip
Add lots of missing doxygen comments
Diffstat (limited to 'src/status.c')
-rw-r--r--src/status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/status.c b/src/status.c
index 80ce203..f6ab09f 100644
--- a/src/status.c
+++ b/src/status.c
@@ -208,6 +208,7 @@ static void dump_status(int fd) {
}
}
+/** Deletes the status socket file */
static void unlink_status_socket(void) {
if (!conf.status_socket || ctx.status_fd.fd < 0)
return;