diff options
author | Oleksii Shevchuk <alxchk@gmail.com> | 2013-04-01 13:32:35 +0300 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-04-01 23:43:49 -0400 |
commit | ae7a7182da31371555fceb2aed609e40a64b900a (patch) | |
tree | 2079b75457ce0c6b5e66f09df0f85f597e5e8b36 /src/core/unit.h | |
parent | 050fbdb8787fb9e3f4491189cbb0fd1d130fe234 (diff) |
Introspect and monitor dropin configuration
Diffstat (limited to 'src/core/unit.h')
-rw-r--r-- | src/core/unit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/unit.h b/src/core/unit.h index 3da6a50da9..80a96e8053 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; |