X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Funit.h;h=80a96e80535385f5a10b706651ef5e1feae33801;hb=4e6db59202ad2dbbef56a69985643390ffdd57bd;hp=3da6a50da9874bd006008831952abb7cabc5530e;hpb=814cc562121270e2d5de0630b773792c74990a9c;p=elogind.git diff --git a/src/core/unit.h b/src/core/unit.h index 3da6a50da..80a96e805 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -138,8 +138,10 @@ struct Unit { char *fragment_path; /* if loaded from a config file this is the primary path to it */ char *source_path; /* if converted, the source file */ + char **dropin_paths; usec_t fragment_mtime; usec_t source_mtime; + usec_t dropin_mtime; /* If there is something to do with this unit, then this is the installed job for it */ Job *job;