summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-internal.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-03-26 00:36:43 +0100
committerLennart Poettering <lennart@poettering.net>2013-03-26 02:19:34 +0100
commit94bbf1ba6d2c8f3c64879c7f1af114ca25edeb8f (patch)
tree867af5ee88816f88a4d787014f4008f074f5d682 /src/libsystemd-bus/bus-internal.h
parent06f4289808f551675b3d1c953fa6f93de90b7c64 (diff)
bus: rename send_hello flag to bus_cient
This way we can hide more than just the hello logic behind this flag, for example, later on automatic match management.
Diffstat (limited to 'src/libsystemd-bus/bus-internal.h')
-rw-r--r--src/libsystemd-bus/bus-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-bus/bus-internal.h b/src/libsystemd-bus/bus-internal.h
index 78d955d00f..c25a208aea 100644
--- a/src/libsystemd-bus/bus-internal.h
+++ b/src/libsystemd-bus/bus-internal.h
@@ -72,7 +72,7 @@ struct sd_bus {
bool negotiate_fds:1;
bool can_fds:1;
- bool send_hello:1;
+ bool bus_client:1;
bool ucred_valid:1;
void *rbuffer;