Skip to content

Commit

Permalink
define missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Apr 9, 2024
1 parent 1a954be commit ca867fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/c/runtime/advice_chrome_tracing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class advice_chrome_tracing_t : public advice_base_t
int m_after_counter = 0;
int m_cpu_mem_usage_enable = 0;
int m_compact_event_enable = 0;
int m_array_format = 1;
pthread_mutex_t m_before_counter_mutex;
pthread_mutex_t m_after_counter_mutex;
pthread_mutex_t m_mutex;
Expand Down

0 comments on commit ca867fe

Please sign in to comment.