mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
unit: make sure deserialized_job's type is known
This commit is contained in:
parent
cca098b095
commit
2f630e5ffd
@ -187,7 +187,7 @@ struct Meta {
|
||||
|
||||
/* When deserializing, temporarily store the job type for this
|
||||
* unit here, if there was a job scheduled */
|
||||
JobType deserialized_job;
|
||||
int deserialized_job; /* This is actually of type JobType */
|
||||
|
||||
bool in_load_queue:1;
|
||||
bool in_dbus_queue:1;
|
||||
|
Loading…
Reference in New Issue
Block a user