diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-29 03:48:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-29 03:48:16 +0200 |
commit | 4a4b033ff285f1eed2085a87b5b0c0ad6c73d166 (patch) | |
tree | db980dd6ba5ce8ad5320fd7093778974d71a0bdc /src/logind-seat.h | |
parent | b668e06428a996348f81b352db3a1084a4e9adf5 (diff) |
logind: when initializing drop sessions that are unreferenced
Diffstat (limited to 'src/logind-seat.h')
-rw-r--r-- | src/logind-seat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |