From 51f7e59683d103590e70d17a177f1710b0b0326c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 21 Apr 2010 03:41:58 +0200 Subject: [PATCH 1/1] manager: pack structs a bit tighter --- manager.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/manager.h b/manager.h index 8a48c5519..9321e809b 100644 --- a/manager.h +++ b/manager.h @@ -118,9 +118,6 @@ struct Watch { #define SPECIAL_RUNLEVEL6_TARGET "runlevel6.target" struct Manager { - /* In which mode are we running */ - ManagerRunningAs running_as; - uint32_t current_job_id; /* Note that the set of units we know of is allowed to be @@ -165,7 +162,8 @@ struct Manager { bool confirm_spawn:1; - ManagerExitCode exit_code; + ManagerExitCode exit_code:4; + ManagerRunningAs running_as; Hashmap *watch_pids; /* pid => Unit object n:1 */ -- 2.30.2