chiark / gitweb /
auto-getty: rework auto console getty logic to work in conjunction with single user...
[elogind.git] / src / unit.h
index a99d33ef07f4e5bea60eb532b47e9b56d33458f5..8bd81a26d4f14b21ccf24b5806db8564e082416a 100644 (file)
@@ -184,6 +184,9 @@ struct Meta {
          * unit here, if there was a job scheduled */
         int deserialized_job; /* This is actually of type JobType */
 
+        /* Error code when we didn't manage to load the unit (negative) */
+        int load_error;
+
         /* If we go down, pull down everything that depends on us, too */
         bool recursive_stop;