From 1e6b9f3291379d7670b979d7b9e8c244b4f75d10 Mon Sep 17 00:00:00 2001 From: sukill Date: Wed, 4 Sep 2019 18:39:21 +0900 Subject: [PATCH] declare FLAGS_vmodule --- src/glog/logging.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/glog/logging.h.in b/src/glog/logging.h.in index 9968b96d3..d42f462a1 100644 --- a/src/glog/logging.h.in +++ b/src/glog/logging.h.in @@ -370,6 +370,8 @@ DECLARE_string(log_link); DECLARE_int32(v); // in vlog_is_on.cc +DECLARE_string(vmodule); // also in vlog_is_on.cc + // Sets the maximum log file size (in MB). DECLARE_int32(max_log_size);