UnitLoadState load_state;
Unit *merged_into;
- FreezerState freezer_state;
- sd_bus_message *pending_freezer_message;
-
char *id; /* The one special name that we use for identification */
char *instance;
/* If this is a transient unit we are currently writing, this is where we are writing it to */
FILE *transient_file;
+ /* Freezer state */
+ sd_bus_message *pending_freezer_message;
+ FreezerState freezer_state;
+
+ /* Job timeout and action to take */
+ EmergencyAction job_timeout_action;
+ usec_t job_timeout;
+ usec_t job_running_timeout;
+ char *job_timeout_reboot_arg;
+
/* If there is something to do with this unit, then this is the installed job for it */
Job *job;
sd_bus_track *bus_track;
char **deserialized_refs;
- /* Job timeout and action to take */
- usec_t job_timeout;
- usec_t job_running_timeout;
- bool job_running_timeout_set:1;
- EmergencyAction job_timeout_action;
- char *job_timeout_reboot_arg;
-
/* References to this */
LIST_HEAD(UnitRef, refs_by_target);
bool sent_dbus_new_signal:1;
+ bool job_running_timeout_set:1;
+
bool in_audit:1;
bool on_console:1;