summaryrefslogtreecommitdiffstats
path: root/man/sd_journal_has_runtime_files.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man: add notes about thread safety of sd_journal_* functionsZbigniew Jędrzejewski-Szmek2016-10-161-0/+12
| | | | Fixes #4056.
* sd-journal: introduce has_runtime_files and has_persistent_filesJan Synacek2016-02-011-0/+95
Also introduce sd_journal_has_runtime_files() and sd_journal_has_persistent_files() to the public API. These functions can be used to easily find out if the open journal files are runtime and/or persistent.