From 7fab9d01b5940a67ca070754361afb9dfaa520f2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Aug 2010 22:37:10 +0200 Subject: pahole: rearrange structs to make them smaller --- src/unit.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/unit.h') diff --git a/src/unit.h b/src/unit.h index 82ef952451..e3ca8bbca6 100644 --- a/src/unit.h +++ b/src/unit.h @@ -180,6 +180,10 @@ struct Meta { /* Used during GC sweeps */ unsigned gc_marker; + /* When deserializing, temporarily store the job type for this + * unit here, if there was a job scheduled */ + int deserialized_job; /* This is actually of type JobType */ + /* If we go down, pull down everything that depends on us, too */ bool recursive_stop; @@ -198,10 +202,6 @@ struct Meta { /* Don't allow the user to stop this unit manually, allow stopping only indirectly via dependency. */ bool refuse_manual_stop; - /* When deserializing, temporarily store the job type for this - * unit here, if there was a job scheduled */ - int deserialized_job; /* This is actually of type JobType */ - bool in_load_queue:1; bool in_dbus_queue:1; bool in_cleanup_queue:1; -- cgit v1.2.3-54-g00ecf