chiark / gitweb /
unit: make sure deserialized_job's type is known
authorLennart Poettering <lennart@poettering.net>
Thu, 3 Jun 2010 14:53:59 +0000 (16:53 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 3 Jun 2010 14:53:59 +0000 (16:53 +0200)
src/unit.h

index fdf1b3691404d8bbfe97fa8dfabd1ae0cafa795c..3a828e6995568dad0173130dbee7b50dd2313d42 100644 (file)
@@ -187,7 +187,7 @@ struct Meta {
 
         /* When deserializing, temporarily store the job type for this
          * unit here, if there was a job scheduled */
 
         /* 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;
 
         bool in_load_queue:1;
         bool in_dbus_queue:1;