From 264ad849a4a0acf1ca392da62b7018d4fe7b66b3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 17 May 2013 04:25:56 +0200 Subject: bus: add APIs for negotiating what is attached to messages --- src/libsystemd-bus/bus-internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libsystemd-bus/bus-internal.h') 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) { -- cgit v1.2.3-54-g00ecf