summaryrefslogtreecommitdiff
path: root/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-23 18:47:49 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-23 18:47:49 +0200
commiteced69b3016f32bda93030f31c0e334cc1e043f2 (patch)
tree63282a01bd0b7ec2b320f4208bce5501ac636558 /unit.h
parent6542952f8bece780ddf560499e1be9b35c690d26 (diff)
manager: fix GC algorithm
Diffstat (limited to 'unit.h')
-rw-r--r--unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit.h b/unit.h
index 21627ef4d4..689dc00e31 100644
--- a/unit.h
+++ b/unit.h
@@ -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;