diff options
author | Franck Bui <fbui@suse.com> | 2021-10-01 10:42:11 +0200 |
---|---|---|
committer | Franck Bui <fbui@suse.com> | 2021-10-13 08:58:36 +0200 |
commit | 8a85c5b6160b76125413e021b0e6b3eab4afa49c (patch) | |
tree | ddc138a2394730db74f9342383c3138af34010c5 /src/core/load-fragment.h | |
parent | watchdog: handle timeout programming errors more safely (diff) | |
download | systemd-8a85c5b6160b76125413e021b0e6b3eab4afa49c.tar.xz systemd-8a85c5b6160b76125413e021b0e6b3eab4afa49c.zip |
watchdog: rename special string "infinity" taken by the watchdog timeout options to "default"
Diffstat (limited to 'src/core/load-fragment.h')
-rw-r--r-- | src/core/load-fragment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/load-fragment.h b/src/core/load-fragment.h index e84f9ee391..06f703e218 100644 --- a/src/core/load-fragment.h +++ b/src/core/load-fragment.h @@ -142,6 +142,7 @@ CONFIG_PARSER_PROTOTYPE(config_parse_extension_images); CONFIG_PARSER_PROTOTYPE(config_parse_bpf_foreign_program); CONFIG_PARSER_PROTOTYPE(config_parse_cgroup_socket_bind); CONFIG_PARSER_PROTOTYPE(config_parse_restrict_network_interfaces); +CONFIG_PARSER_PROTOTYPE(config_parse_watchdog_sec); /* gperf prototypes */ const struct ConfigPerfItem* load_fragment_gperf_lookup(const char *key, GPERF_LEN_TYPE length); |