diff options
author | Zack Rusin <zack@kde.org> | 2011-09-06 17:44:43 -0400 |
---|---|---|
committer | Zack Rusin <zack@kde.org> | 2011-09-06 17:44:43 -0400 |
commit | ebf971eec6c3a5f98885cc418e04690ba213b645 (patch) | |
tree | 3a0bfd3ea7283c304dc3dd987bcfc9f0c059028e /trace_parser.hpp | |
parent | 20b1f6dc3783cec612fe3712c4b6c1ca65d4a5f4 (diff) |
Switch the gui to the on-demand-loader.
Doesn't yet do actual on demand loading, but a lot of the code is
in place.
Diffstat (limited to 'trace_parser.hpp')
-rw-r--r-- | trace_parser.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trace_parser.hpp b/trace_parser.hpp index f50cf9a..15b0ccb 100644 --- a/trace_parser.hpp +++ b/trace_parser.hpp @@ -67,6 +67,8 @@ protected: typedef std::map<File::Offset, unsigned> CallNumOffsets; CallNumOffsets m_callNumOffsets; + bool m_supportsSeeking; + unsigned next_call_no; public: |