debug required count

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2025-04-25 16:35:15 -07:00
parent 6830617a2b
commit 30b64d5fbe
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -49,11 +49,12 @@ public:
int statsLevel() const { return stats_level_; }
void reportLine(const char *what,
const char *fmt,
...) const
...)
__attribute__((format (printf, 3, 4)));
protected:
Report *report_;
std::mutex buffer_lock_;
bool debug_on_;
DebugMap *debug_map_;
int stats_level_;