diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-05-17 04:25:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-05-17 04:26:27 +0200 |
commit | 264ad849a4a0acf1ca392da62b7018d4fe7b66b3 (patch) | |
tree | 8748443973e9c40789710e90531ef1dff2d1e40b /src/libsystemd-bus/bus-internal.h | |
parent | 45fbe937d7ca8d0da9ea276d57bc70ebd41c285e (diff) |
bus: add APIs for negotiating what is attached to messages
Diffstat (limited to 'src/libsystemd-bus/bus-internal.h')
-rw-r--r-- | src/libsystemd-bus/bus-internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libsystemd-bus/bus-internal.h b/src/libsystemd-bus/bus-internal.h index 8f87bea781..e775b09419 100644 --- a/src/libsystemd-bus/bus-internal.h +++ b/src/libsystemd-bus/bus-internal.h @@ -99,7 +99,6 @@ struct sd_bus { int message_version; bool is_kernel:1; - bool negotiate_fds:1; bool can_fds:1; bool bus_client:1; bool ucred_valid:1; @@ -181,6 +180,8 @@ struct sd_bus { unsigned n_memfd_cache; pid_t original_pid; + + uint64_t hello_flags; }; static inline void bus_unrefp(sd_bus **b) { |