mirror of
https://github.com/tstack/lnav
synced 2024-11-05 21:21:19 +00:00
[log_format] some missing initializers
This commit is contained in:
parent
968fcb50a5
commit
05c62fc7a8
@ -603,8 +603,10 @@ public:
|
||||
|
||||
external_log_format(const std::string &name)
|
||||
: elf_file_pattern(".*"),
|
||||
elf_filename_pcre(NULL),
|
||||
elf_column_count(0),
|
||||
elf_body_field("body"),
|
||||
jlf_json(false),
|
||||
jlf_cached_offset(-1),
|
||||
elf_name(name) {
|
||||
this->jlf_line_offsets.reserve(128);
|
||||
|
Loading…
Reference in New Issue
Block a user