summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd-bus/bus-message.h')
-rw-r--r--src/libsystemd-bus/bus-message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-bus/bus-message.h b/src/libsystemd-bus/bus-message.h
index 079a188787..c501325b12 100644
--- a/src/libsystemd-bus/bus-message.h
+++ b/src/libsystemd-bus/bus-message.h
@@ -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;