summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6979793)
raw | patch | inline | side by side (parent: 6979793)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 1 Mar 2016 10:53:19 +0000 (11:53 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 1 Mar 2016 10:53:19 +0000 (11:53 +0100) |
Commit straight to 5.5. This function didn't exist in 5.4.
src/daemon/collectd.c | patch | blob | history |
diff --git a/src/daemon/collectd.c b/src/daemon/collectd.c
index 21bf23fdefdc7fe4af5efd75848531e944fe704e..6e625bbb04cdc062f87335a45153523a6cf75c57 100644 (file)
--- a/src/daemon/collectd.c
+++ b/src/daemon/collectd.c
return 1;
}
-int notify_systemd (void)
+static int notify_systemd (void)
{
int fd = -1;
const char *notifysocket = getenv("NOTIFY_SOCKET");