chiark / gitweb /
service: add minimal access control logic for notifcation socket
[elogind.git] / src / unit.h
index 1f8874f4cc41058bdce74c62a22b0b78020b830d..3397d472cbf8b6cf873983b5fc1a741acc77a1ff 100644 (file)
@@ -286,7 +286,7 @@ struct UnitVTable {
         void (*cgroup_notify_empty)(Unit *u);
 
         /* Called whenever a process of this unit sends us a message */
         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. */
 
         /* Called whenever a name thus Unit registered for comes or
          * goes away. */