chiark / gitweb /
transaction: cancel jobs non-recursively on isolate
[elogind.git] / src / core / unit.h
index d8f4644ca9a2966e967a47691273b8c5342657d1..1b777bfaab066dbe5040036447413486378d87fb 100644 (file)
@@ -200,7 +200,9 @@ struct Unit {
         unsigned gc_marker;
 
         /* When deserializing, temporarily store the job type for this
-         * unit here, if there was a job scheduled */
+         * unit here, if there was a job scheduled.
+         * Only for deserializing from a legacy version. New style uses full
+         * serialized jobs. */
         int deserialized_job; /* This is actually of type JobType */
 
         /* Error code when we didn't manage to load the unit (negative) */