summaryrefslogtreecommitdiff
path: root/src/login/logind-seat.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-03 21:47:54 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-03 21:47:54 +0100
commitaddedec48ba0ffc4472ef6d3b5a45c9d4239f1cd (patch)
tree867929927cbe2ca2866511d81b5fa4e998531839 /src/login/logind-seat.h
parentdc4b02006455a4dddeb6ccc1f6656c89d3ebd27c (diff)
logind: if we can't open /dev/tty0, assume there is no VT subsystem and don't pretend we could do VT switching
Diffstat (limited to 'src/login/logind-seat.h')
-rw-r--r--src/login/logind-seat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/logind-seat.h b/src/login/logind-seat.h
index 5bce1434e9..3b2c7f0965 100644
--- a/src/login/logind-seat.h
+++ b/src/login/logind-seat.h
@@ -62,6 +62,7 @@ int seat_preallocate_vts(Seat *s);
int seat_attach_session(Seat *s, Session *session);
bool seat_is_vtconsole(Seat *s);
+bool seat_can_multi_session(Seat *s);
int seat_get_idle_hint(Seat *s, dual_timestamp *t);
int seat_start(Seat *s);