summaryrefslogtreecommitdiff
path: root/src/journal/journald-gperf.gperf
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@users.noreply.github.com>2017-07-15 11:57:52 +0000
committerLennart Poettering <lennart@poettering.net>2017-07-15 13:57:52 +0200
commitb2392ff31c3b98578f0011323a04619c8a2c19b4 (patch)
tree211ac953048a7cf30f4b1f1608602b300ba06463 /src/journal/journald-gperf.gperf
parentcb4069d95e447e8a01fc3feee6d6cb99669c4c38 (diff)
downloadsystemd-b2392ff31c3b98578f0011323a04619c8a2c19b4.tar.gz
journald: make reading /dev/kmsg optional (#6362)
Closes #6022
Diffstat (limited to 'src/journal/journald-gperf.gperf')
-rw-r--r--src/journal/journald-gperf.gperf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/journald-gperf.gperf b/src/journal/journald-gperf.gperf
index 654fd76a4b..522ad30cf3 100644
--- a/src/journal/journald-gperf.gperf
+++ b/src/journal/journald-gperf.gperf
@@ -18,6 +18,7 @@ struct ConfigPerfItem;
Journal.Storage, config_parse_storage, 0, offsetof(Server, storage)
Journal.Compress, config_parse_bool, 0, offsetof(Server, compress)
Journal.Seal, config_parse_bool, 0, offsetof(Server, seal)
+Journal.ReadKMsg, config_parse_bool, 0, offsetof(Server, read_kmsg)
Journal.SyncIntervalSec, config_parse_sec, 0, offsetof(Server, sync_interval_usec)
# The following is a legacy name for compatibility
Journal.RateLimitInterval, config_parse_sec, 0, offsetof(Server, rate_limit_interval)