summaryrefslogtreecommitdiff
path: root/src/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-18 23:12:48 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-18 23:12:48 +0200
commitc952c6ece28b6c0f774f823c917f458fe3424993 (patch)
tree03de0a764b996486406baeedd5721b6338334ea8 /src/unit.h
parente55224ca655e6c4ec745a84ae5a051a9e6e5f74f (diff)
service: add minimal access control logic for notifcation socket
Diffstat (limited to 'src/unit.h')
-rw-r--r--src/unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit.h b/src/unit.h
index 1f8874f4cc..3397d472cb 100644
--- a/src/unit.h
+++ b/src/unit.h
@@ -286,7 +286,7 @@ struct UnitVTable {
void (*cgroup_notify_empty)(Unit *u);
/* Called whenever a process of this unit sends us a message */
- void (*notify_message)(Unit *u, char **tags);
+ void (*notify_message)(Unit *u, pid_t pid, char **tags);
/* Called whenever a name thus Unit registered for comes or
* goes away. */