chiark / gitweb /
Do no isolate in case of emergency or severe problems
[elogind.git] / src / systemd / sd-login.h
index 6bd1f2da4a77203f66f8cf8495dec9b4cdbfb161..3746b45cf36500abdcfd9a6f187bd477c8498289 100644 (file)
@@ -108,6 +108,9 @@ int sd_session_get_class(const char *session, char **clazz);
 /* Determine the X11 display of this session. */
 int sd_session_get_display(const char *session, char **display);
 
+/* Determine the TTY of this session. */
+int sd_session_get_tty(const char *session, char **display);
+
 /* Return active session and user of seat */
 int sd_seat_get_active(const char *seat, char **session, uid_t *uid);