X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fsd-journal.xml;h=a3ee1ea9e1e7b283a0e01958d68cd0c14b0bed87;hb=3a54a157605bd7d4bf1be05e28201f3d9422cecc;hp=52f99c7f4c3879d89f2e3a12bd637a367f21163a;hpb=3219f05c1d55fa8264cbf136a63e1e10d080cb90;p=thirdparty%2Fsystemd.git diff --git a/man/sd-journal.xml b/man/sd-journal.xml index 52f99c7f4c3..a3ee1ea9e1e 100644 --- a/man/sd-journal.xml +++ b/man/sd-journal.xml @@ -1,27 +1,7 @@ - - - + @@ -29,15 +9,6 @@ sd-journal systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - @@ -103,16 +74,15 @@ Thread safety - Functions that operate on the sd_journal object are thread - agnostic — given sd_journal pointer may only be used from one thread at - a time, but multiple threads may use multiple such objects safely. Other functions — - those that are used to send entries to the journal, like - sd_journal_print3 - and similar, or those that are used to retrieve global information like - sd_journal_stream_fd3 - and + Functions that operate on sd_journal objects are thread agnostic — given + sd_journal pointer may only be used from one specific thread at all times (and it has to + be the very same one during the entire lifetime of the object), but multiple, independent threads may use multiple, + independent objects safely. Other functions — those that are used to send entries to the journal, like + sd_journal_print3 and similar, + or those that are used to retrieve global information like + sd_journal_stream_fd3 and sd_journal_get_catalog_for_message_id3 - — are thread-safe and may be called from multiple threads in parallel. + — are fully thread-safe and may be called from multiple threads in parallel.