X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_journal_open.xml;h=b99c67da46c489cc6119d1b93151a0aaebdaf463;hp=ff089a88e03de792d44483f8fc389609b1853f24;hb=31094aae09dd5a773e1634334bcd12fc8834a030;hpb=4a010f4e6e95964d7acaa33be768dbdb5e46d72a diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index ff089a88e..b99c67da4 100644 --- a/man/sd_journal_open.xml +++ b/man/sd_journal_open.xml @@ -46,6 +46,10 @@ sd_journal_open sd_journal_open_directory sd_journal_close + sd_journal + SD_JOURNAL_LOCAL_ONLY + SD_JOURNAL_RUNTIME_ONLY + SD_JOURNAL_SYSTEM_ONLY Open the system journal for reading @@ -81,14 +85,14 @@ files automatically and interleave them automatically when reading. As first argument it takes a pointer to a sd_journal pointer, which on - success will contain journal context afterwards. The + success will contain journal context object afterwards. The second argument is a flags field, which may consist of the following flags ORed together: SD_JOURNAL_LOCAL_ONLY makes sure only journal files generated on the local machine will be opened. SD_JOURNAL_RUNTIME_ONLY makes sure only volatile journal files will be opened, - excluding those which are stored on persistant + excluding those which are stored on persistent storage. SD_JOURNAL_SYSTEM_ONLY will ensure that only journal files of system services and the kernel (in opposition to user session processes) will @@ -137,6 +141,10 @@ to it (or if the specific entry is not available locally, to its closest entry in time) sd_journal_seek_cursor3. + + Notification of journal changes is available via + sd_journal_get_fd() and related + calls.