diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-19 03:21:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-19 03:21:49 +0200 |
commit | 7827b1a10f4dfe2c6771b515f28f7ae22e0ae039 (patch) | |
tree | 9c86a45af106ceec2bd26aa470407cd3ad76834f /src/journal/journal-internal.h | |
parent | a1a1898f7190a25a579556826379f7486f87459b (diff) |
journal: when watching directories actually watch the directories asked for
Diffstat (limited to 'src/journal/journal-internal.h')
-rw-r--r-- | src/journal/journal-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/journal/journal-internal.h b/src/journal/journal-internal.h index b767901432..04f77540c9 100644 --- a/src/journal/journal-internal.h +++ b/src/journal/journal-internal.h @@ -90,6 +90,8 @@ struct Directory { struct sd_journal { int flags; + char *path; + Hashmap *files; Location current_location; |