diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-23 19:11:48 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-23 19:15:27 +0100 |
commit | ee502e0c28a611470a4e10b0c90bade6ff7fa389 (patch) | |
tree | aaab86433eaf963b6615962534ccee5463390b77 /src/libsystemd/sd-bus/bus-internal.h | |
parent | 080bfdbb8e9f3d23594b101d7f50e7e2f9e4699b (diff) |
sd-bus: teach x-container-unix: bus protoocol to connect to the namespace of a PID instead of a container name
Diffstat (limited to 'src/libsystemd/sd-bus/bus-internal.h')
-rw-r--r-- | src/libsystemd/sd-bus/bus-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-bus/bus-internal.h b/src/libsystemd/sd-bus/bus-internal.h index cb529d5a9e..48c20c97fc 100644 --- a/src/libsystemd/sd-bus/bus-internal.h +++ b/src/libsystemd/sd-bus/bus-internal.h @@ -245,6 +245,7 @@ struct sd_bus { char *kernel; char *machine; + pid_t nspid; sd_id128_t server_id; |