Home
last modified time | relevance | path

Searched defs:sd_journal (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Djournal-internal.h67 struct sd_journal { struct
68 int toplevel_fd;
70 char *path;
71 char *prefix;
72 char *namespace;
74 OrderedHashmap *files;
75 IteratedCache *files_cache;
76 MMapCache *mmap;
78 Location current_location;
80 JournalFile *current_file;
[all …]
/systemd-251/src/systemd/
Dsd-journal.h63 typedef struct sd_journal sd_journal; typedef