unit: make sure deserialized_job's type is known

This commit is contained in:
Lennart Poettering 2010-06-03 16:53:59 +02:00
parent cca098b095
commit 2f630e5ffd

View file

@ -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;