summaryrefslogtreecommitdiff
path: root/src/login/logind-seat.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-15 13:14:35 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-15 14:09:40 +0100
commit5c093a23688ff4d98657da44c25848392a0caf69 (patch)
tree35d4819341b1e65915da14fd46126442e7b281c5 /src/login/logind-seat.h
parentf698d99cd5f51f311d3c946c15147bda2c611f97 (diff)
downloadsystemd-5c093a23688ff4d98657da44c25848392a0caf69.tar.gz
logind: change check_gc to may_gc everywhere
Diffstat (limited to 'src/login/logind-seat.h')
-rw-r--r--src/login/logind-seat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-seat.h b/src/login/logind-seat.h
index 5427ac21c8..4982ea3381 100644
--- a/src/login/logind-seat.h
+++ b/src/login/logind-seat.h
@@ -79,7 +79,7 @@ int seat_start(Seat *s);
int seat_stop(Seat *s, bool force);
int seat_stop_sessions(Seat *s, bool force);
-bool seat_check_gc(Seat *s, bool drop_not_started);
+bool seat_may_gc(Seat *s, bool drop_not_started);
void seat_add_to_gc_queue(Seat *s);
bool seat_name_is_valid(const char *name);