X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Funit.h;h=993a6cb778910f193c3a2aa357c4f34372b22bcd;hp=a99d33ef07f4e5bea60eb532b47e9b56d33458f5;hb=40b3203173ad78fdb5ceb257b08a93a587102518;hpb=1e59887dc92e163163051e627817e1675374cd22 diff --git a/src/unit.h b/src/unit.h index a99d33ef0..993a6cb77 100644 --- a/src/unit.h +++ b/src/unit.h @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ #ifndef foounithfoo #define foounithfoo @@ -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;