summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit.h b/src/core/unit.h
index e0e76e520c..3c9a64f898 100644
--- a/src/core/unit.h
+++ b/src/core/unit.h
@@ -239,7 +239,7 @@ struct Unit {
bool cgroup_subtree_mask_valid:1;
/* Did we already invoke unit_coldplug() for this unit? */
- bool coldplugged;
+ bool coldplugged:1;
};
struct UnitStatusMessageFormats {