chiark / gitweb /
bus: consider it an error if the first message we get on the bus is not a reply to...
[elogind.git] / src / libsystemd-bus / bus-internal.h
index c25a208aea35ed59f5a76160d84329788ef6cd80..345e6568dc20473a981721ebb8d504ad4f23e3ac 100644 (file)
@@ -123,6 +123,8 @@ struct sd_bus {
 
         char *exec_path;
         char **exec_argv;
+
+        uint64_t hello_serial;
 };
 
 static inline void bus_unrefp(sd_bus **b) {