diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-11-20 21:38:59 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-11-20 21:39:16 +0100 |
commit | 8f1e860f8a55e2baa336a5abb7e53abb3f77a9ad (patch) | |
tree | b745cecf9379bbf55fd245a1c1614dac009329ff /src/journal/libsystemd-journal.sym | |
parent | e41814846c19a48f4490169d82e359e005c4db45 (diff) |
journal: add sd_journal_get_catalog_for_message_id() as API to get catalog entry for any message ID without requiring an open journal file
Diffstat (limited to 'src/journal/libsystemd-journal.sym')
-rw-r--r-- | src/journal/libsystemd-journal.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/libsystemd-journal.sym b/src/journal/libsystemd-journal.sym index d4b0c32612..17b5bf80d9 100644 --- a/src/journal/libsystemd-journal.sym +++ b/src/journal/libsystemd-journal.sym @@ -85,4 +85,5 @@ LIBSYSTEMD_JOURNAL_196 { global: sd_journal_fd_reliable; sd_journal_get_catalog; + sd_journal_get_catalog_for_message_id; } LIBSYSTEMD_JOURNAL_195; |