chiark / gitweb /
bus: parse and expose kdbus message timestamps
[elogind.git] / src / libsystemd-bus / bus-message.h
index 079a1887875701d71b9821a1abe96eb557f29a0b..c501325b12b8a63394f98fb6aae3346f5b601444 100644 (file)
@@ -68,6 +68,7 @@ struct sd_bus_message {
         pid_t pid;
         pid_t tid;
         usec_t pid_starttime;
+        usec_t timestamp;
 
         bool sealed:1;
         bool dont_send:1;