summaryrefslogtreecommitdiff
path: root/src/journal/journal-internal.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-07-19 03:21:49 +0200
committerLennart Poettering <lennart@poettering.net>2012-07-19 03:21:49 +0200
commit7827b1a10f4dfe2c6771b515f28f7ae22e0ae039 (patch)
tree9c86a45af106ceec2bd26aa470407cd3ad76834f /src/journal/journal-internal.h
parenta1a1898f7190a25a579556826379f7486f87459b (diff)
downloadsystemd-7827b1a10f4dfe2c6771b515f28f7ae22e0ae039.tar.gz
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.h2
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;