X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_journal_open.xml;h=2d1dbc32f8a1619c9c06646c311ab2ee2a9b4800;hp=d7ea8ff95b4fe9c2cf6a9b8c4be8bdf046fa8257;hb=6992efee44d3affd17dd9174e8673ae63ba01ec7;hpb=74d005783e355acc784d123024e33bbb66ef9ef1 diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index d7ea8ff95..2d1dbc32f 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 @@ -61,27 +62,34 @@ int sd_journal_open - sd_journal** ret + sd_journal **ret int flags int sd_journal_open_directory - sd_journal** ret - const char* path + sd_journal **ret + const char *path int flags int sd_journal_open_files - sd_journal** ret - const char** paths + sd_journal **ret + const char **paths + int flags + + + + int sd_journal_open_container + sd_journal **ret + const char *machine int flags void sd_journal_close - sd_journal* j + sd_journal *j @@ -131,6 +139,20 @@ 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 + (sd_journal_next() and others) + will return -ECHILD after a fork. + + sd_journal_close() will close the journal context allocated with sd_journal_open() or @@ -139,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 @@ -191,8 +213,7 @@ sd_journal_close() interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd-journal - pkg-config1 + libsystemd pkg-config1 file. @@ -224,7 +245,8 @@ systemd1, sd-journal3, sd_journal_next3, - sd_journal_get_data3 + sd_journal_get_data3, + systemd-machined8