diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-29 23:44:11 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-30 15:21:54 +0100 |
commit | 9d373862243c7807e04a0c56ac5dfab3adbb410c (patch) | |
tree | 8ed15d891015d36bd4f9ea49f51d7c1771838516 /src/libsystemd-bus/bus-internal.h | |
parent | b29b8bc202979eed83846f55c6de34f7461ed15d (diff) |
bus: consider it an error if the first message we get on the bus is not a reply to HELLO
Diffstat (limited to 'src/libsystemd-bus/bus-internal.h')
-rw-r--r-- | src/libsystemd-bus/bus-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd-bus/bus-internal.h b/src/libsystemd-bus/bus-internal.h index c25a208aea..345e6568dc 100644 --- a/src/libsystemd-bus/bus-internal.h +++ b/src/libsystemd-bus/bus-internal.h @@ -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) { |