From 4761e880aea33d06be9c6f198e4dcf5efb3baa9e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 23 Apr 2015 19:43:40 +0200 Subject: sd-bus: add controlling tty field to sd_creds object This is useful to print wall messages from logind with the right client tty. (to be added in a later patch) --- src/libsystemd/sd-bus/bus-creds.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libsystemd/sd-bus/bus-creds.h') diff --git a/src/libsystemd/sd-bus/bus-creds.h b/src/libsystemd/sd-bus/bus-creds.h index 720450625c..42f76b8971 100644 --- a/src/libsystemd/sd-bus/bus-creds.h +++ b/src/libsystemd/sd-bus/bus-creds.h @@ -62,6 +62,8 @@ struct sd_bus_creds { char *user_unit; char *slice; + char *tty; + uint32_t *capability; uint32_t audit_session_id; -- cgit v1.2.3