From ee502e0c28a611470a4e10b0c90bade6ff7fa389 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Dec 2014 19:11:48 +0100 Subject: sd-bus: teach x-container-unix: bus protoocol to connect to the namespace of a PID instead of a container name --- src/libsystemd/sd-bus/bus-internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsystemd/sd-bus/bus-internal.h') 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; -- cgit v1.2.3-54-g00ecf