X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_journal_open.xml;h=b0686309827ac9a6dd0a67b37f82d047adadb4a3;hb=5b04fe60004e7c5cd5a43648ede3e6a965e70b8c;hp=28d164add717922dce16dbf02e3198f4d043319b;hpb=a65f06bb27688a6738f2f94b7f055f4c66768d63;p=elogind.git diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index 28d164add..b06863098 100644 --- a/man/sd_journal_open.xml +++ b/man/sd_journal_open.xml @@ -46,6 +46,7 @@ sd_journal_open sd_journal_open_directory sd_journal_open_files + sd_journal_open_container sd_journal_close sd_journal SD_JOURNAL_LOCAL_ONLY @@ -79,6 +80,13 @@ int flags + + int sd_journal_open_container + sd_journal** ret + const char* machine + int flags + + void sd_journal_close sd_journal* j @@ -131,6 +139,13 @@ can be rotated at any moment, and the opening of specific files is inherently racy. + sd_journal_open_container() + is similar to sd_journal_open() + but opens the journal files of a running + OS container. The specified machine name refers to a + container that is registered with + systemd-machined8. + sd_journal objects cannot be used in the child after a fork. Functions which take a journal object as an argument @@ -146,7 +161,7 @@ When opening the journal only journal files accessible to the calling user will be opened. If - journal files are not accessible to the caller this + journal files are not accessible to the caller, this will be silently ignored. See @@ -230,7 +245,8 @@ systemd1, sd-journal3, sd_journal_next3, - sd_journal_get_data3 + sd_journal_get_data3, + systemd-machined8