X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flibsystemd%2Fsd-bus%2Fbus-internal.h;h=69e07018d84d1fe99d2b1d4611a8e5d985c361fe;hp=7c922937718b27907af8d0d7e281f416834a5830;hb=5972fe953ec56c77936a1e612ca87d8a0e6c0c64;hpb=7f96b1d8147b164bc7c8ce119aeea5fed6ceecb7;ds=sidebyside diff --git a/src/libsystemd/sd-bus/bus-internal.h b/src/libsystemd/sd-bus/bus-internal.h index 7c9229377..69e07018d 100644 --- a/src/libsystemd/sd-bus/bus-internal.h +++ b/src/libsystemd/sd-bus/bus-internal.h @@ -164,6 +164,8 @@ struct sd_bus { bool trusted:1; bool fake_creds_valid:1; bool manual_peer_interface:1; + bool is_system:1; + bool is_user:1; int use_memfd; @@ -267,6 +269,8 @@ struct sd_bus { char *fake_label; char *cgroup_root; + + char *connection_name; }; #define BUS_DEFAULT_TIMEOUT ((usec_t) (25 * USEC_PER_SEC))