From 30ed21ceb133173c849151c9fd6848bb34bb29bf Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 28 Jun 2011 03:21:14 +0200 Subject: logind: ensure our autovts always stay allocated --- src/logind-seat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/logind-seat.h') diff --git a/src/logind-seat.h b/src/logind-seat.h index 275939e176..6d9c36db34 100644 --- a/src/logind-seat.h +++ b/src/logind-seat.h @@ -57,6 +57,7 @@ int seat_apply_acls(Seat *s, Session *old_active); int seat_set_active(Seat *s, Session *session); int seat_active_vt_changed(Seat *s, int vtnr); int seat_read_active_vt(Seat *s); +int seat_preallocate_vts(Seat *s); int seat_attach_session(Seat *s, Session *session); -- cgit v1.2.3-54-g00ecf