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/libsystemd.sym.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsystemd/libsystemd.sym.m4') diff --git a/src/libsystemd/libsystemd.sym.m4 b/src/libsystemd/libsystemd.sym.m4 index f2dfec7f08..098b6a0c7f 100644 --- a/src/libsystemd/libsystemd.sym.m4 +++ b/src/libsystemd/libsystemd.sym.m4 @@ -345,6 +345,7 @@ global: sd_bus_creds_get_selinux_context; sd_bus_creds_get_audit_session_id; sd_bus_creds_get_audit_login_uid; + sd_bus_creds_get_tty; sd_bus_creds_get_unique_name; sd_bus_creds_get_well_known_names; sd_bus_creds_get_description; -- cgit v1.2.3-54-g00ecf