diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-04-21 20:58:09 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-21 20:58:09 +0200 |
commit | 1386e47db5d627ef29664fc8a28b1065dcb7f197 (patch) | |
tree | 54fda7616a3f33864b9d2a88378bb2f8e0404198 /src/libsystemd/sd-bus/bus-creds.h | |
parent | 3bd3150367f5751e4d1dff8e070d2deb3be3489a (diff) |
sd-bus: expose ppid field
kdbus has been passing us the ppid file for a while, actually make use
of it.
Diffstat (limited to 'src/libsystemd/sd-bus/bus-creds.h')
-rw-r--r-- | src/libsystemd/sd-bus/bus-creds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-bus/bus-creds.h b/src/libsystemd/sd-bus/bus-creds.h index 74062a583d..720450625c 100644 --- a/src/libsystemd/sd-bus/bus-creds.h +++ b/src/libsystemd/sd-bus/bus-creds.h @@ -44,6 +44,7 @@ struct sd_bus_creds { gid_t *supplementary_gids; unsigned n_supplementary_gids; + pid_t ppid; pid_t pid; pid_t tid; |