chiark / gitweb /
sd-journal: add an API to enumerate known field names of the journal
authorLennart Poettering <lennart@poettering.net>
Wed, 27 Jan 2016 17:59:29 +0000 (18:59 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 17 May 2017 13:22:15 +0000 (15:22 +0200)
commit03ecdfcc404d4066dfae119d3ce27266fc0bfa88
treea617c125b81dd2ee786b7166cc1f6500140d1cb2
parentc5fcd473c6f0a74a6f8d408b0d0f3fc2df02eb1c
sd-journal: add an API to enumerate known field names of the journal

This adds two new calls to get the list of all journal fields names currently in use.

This is the low-level support to implement the feature requested in #2176 in a more optimized way.
man/sd_journal_enumerate_fields.xml [new file with mode: 0644]