diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-23 18:47:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-23 18:47:49 +0200 |
commit | eced69b3016f32bda93030f31c0e334cc1e043f2 (patch) | |
tree | 63282a01bd0b7ec2b320f4208bce5501ac636558 /unit.h | |
parent | 6542952f8bece780ddf560499e1be9b35c690d26 (diff) |
manager: fix GC algorithm
Diffstat (limited to 'unit.h')
-rw-r--r-- | unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ struct Meta { LIST_FIELDS(Meta, gc_queue); /* Used during GC sweeps */ - int gc_marker; + unsigned gc_marker; /* If we go down, pull down everything that depends on us, too */ bool recursive_stop; |