Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/TracySourceView.hpp')
-rw-r--r--server/TracySourceView.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/TracySourceView.hpp b/server/TracySourceView.hpp
index 17f95df6..a0ae24bf 100644
--- a/server/TracySourceView.hpp
+++ b/server/TracySourceView.hpp
@@ -21,6 +21,7 @@ namespace tracy
class View;
class Worker;
+struct CallstackFrameData;
class SourceView
{
@@ -234,6 +235,7 @@ private:
uint8_t m_maxAsmBytes;
bool m_atnt;
uint64_t m_jumpPopupAddr;
+ const CallstackFrameData* m_localCallstackPopup;
bool m_hwSamples, m_hwSamplesRelative;
bool m_childCalls;
bool m_childCallList;