summaryrefslogtreecommitdiff
path: root/src/libsystemd/libsystemd.sym.m4
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-04-23 19:43:40 +0200
committerLennart Poettering <lennart@poettering.net>2015-04-23 19:43:40 +0200
commit4761e880aea33d06be9c6f198e4dcf5efb3baa9e (patch)
tree15d3ba37ea2e1f29ebfa3ef2264eb8c1e6f1bdcc /src/libsystemd/libsystemd.sym.m4
parent33c62dcbd78dd42603a0d8989a150e816e0414d9 (diff)
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)
Diffstat (limited to 'src/libsystemd/libsystemd.sym.m4')
-rw-r--r--src/libsystemd/libsystemd.sym.m41
1 files changed, 1 insertions, 0 deletions
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;