chiark / gitweb /
bus: also parse PID starttime out of kdbus message
[elogind.git] / src / libsystemd-bus / bus-message.h
index d1ab5484ba2b3de5198206f1378d41fc69aad28a..079a1887875701d71b9821a1abe96eb557f29a0b 100644 (file)
@@ -67,6 +67,7 @@ struct sd_bus_message {
         gid_t gid;
         pid_t pid;
         pid_t tid;
+        usec_t pid_starttime;
 
         bool sealed:1;
         bool dont_send:1;