diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-18 23:12:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-18 23:12:48 +0200 |
commit | c952c6ece28b6c0f774f823c917f458fe3424993 (patch) | |
tree | 03de0a764b996486406baeedd5721b6338334ea8 /src/unit.h | |
parent | e55224ca655e6c4ec745a84ae5a051a9e6e5f74f (diff) |
service: add minimal access control logic for notifcation socket
Diffstat (limited to 'src/unit.h')
-rw-r--r-- | src/unit.h | 2 |
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. */ |