summaryrefslogtreecommitdiff
path: root/src/logind-seat.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-06-17 15:59:18 +0200
committerLennart Poettering <lennart@poettering.net>2011-06-21 19:29:45 +0200
commita185c5aa2d8bef98716f8cf160da263c17e588b2 (patch)
treeef6ff057c606efefe86b34503fe92bf40cf05b6d /src/logind-seat.h
parent91f9dcaf9270fe465525638cc08bd94590273349 (diff)
logind: implement idle hint logic
Diffstat (limited to 'src/logind-seat.h')
-rw-r--r--src/logind-seat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/logind-seat.h b/src/logind-seat.h
index b045bde931..dfbb2a2a0a 100644
--- a/src/logind-seat.h
+++ b/src/logind-seat.h
@@ -57,8 +57,14 @@ int seat_apply_acls(Seat *s, Session *old_active);
int seat_active_vt_changed(Seat *s, int vtnr);
int seat_read_active_vt(Seat *s);
+int seat_attach_session(Seat *s, Session *session);
+
+bool seat_is_vtconsole(Seat *s);
+int seat_get_idle_hint(Seat *s, dual_timestamp *t);
+
int seat_start(Seat *s);
int seat_stop(Seat *s);
+int seat_stop_sessions(Seat *s);
int seat_check_gc(Seat *s);
void seat_add_to_gc_queue(Seat *s);