Skip to content

Commit

Permalink
[log_format] some missing initializers
Browse files Browse the repository at this point in the history
  • Loading branch information
tstack committed Sep 11, 2013
1 parent 968fcb5 commit 05c62fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/log_format.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 05c62fc

Please sign in to comment.