summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.h b/session.h
index d8d89091..734c8d7d 100644
--- a/session.h
+++ b/session.h
@@ -165,8 +165,8 @@ struct systemtap_session
Dwarf_Addr sym_stext;
// List of libdwfl module names to extract symbol/unwind data for.
- struct module_cache* module_cache;
std::set<std::string> unwindsym_modules;
+ struct module_cache* module_cache;
std::set<std::string> seen_errors;
std::set<std::string> seen_warnings;