]> git.ipfire.org Git - thirdparty/systemd.git/commit
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)
committerLennart Poettering <lennart@poettering.net>
Mon, 1 Feb 2016 21:42:33 +0000 (22:42 +0100)
commiteb86030ec0e53ef3834d1b230440e88fdf020e9d
treeee061f784523e84ead2766b653ffac923e1b9bc5
parentb72190e90f0846956e609075fb9113dba9bc8f0f
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.
Makefile-man.am
man/sd-journal.xml
man/sd_journal_enumerate_fields.xml [new file with mode: 0644]
man/sd_journal_query_unique.xml
src/journal/journal-internal.h
src/journal/sd-journal.c
src/libsystemd/libsystemd.sym
src/systemd/sd-journal.h