From 4a4b033ff285f1eed2085a87b5b0c0ad6c73d166 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 29 Jun 2011 03:48:16 +0200 Subject: logind: when initializing drop sessions that are unreferenced --- src/logind-seat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/logind-seat.h') diff --git a/src/logind-seat.h b/src/logind-seat.h index 6d9c36db34..5bce1434e9 100644 --- a/src/logind-seat.h +++ b/src/logind-seat.h @@ -68,7 +68,7 @@ int seat_start(Seat *s); int seat_stop(Seat *s); int seat_stop_sessions(Seat *s); -int seat_check_gc(Seat *s); +int seat_check_gc(Seat *s, bool drop_not_started); void seat_add_to_gc_queue(Seat *s); bool seat_name_is_valid(const char *name); -- cgit v1.2.3-54-g00ecf