diff options
author | Dave Brolley <brolley@redhat.com> | 2009-05-27 11:45:29 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-05-27 11:45:29 -0400 |
commit | 99587ed126351da39b002a1363703b2f7749a49c (patch) | |
tree | 4a986213076e7f46881c9ea52723d36cce45f398 /session.h | |
parent | 422be92440f596bea6b933965072916c480ea22b (diff) | |
parent | 2ed04863c3426f94932d4a4e4b5d6c7b84e49dfd (diff) | |
download | systemtap-steved-99587ed126351da39b002a1363703b2f7749a49c.tar.gz systemtap-steved-99587ed126351da39b002a1363703b2f7749a49c.tar.xz systemtap-steved-99587ed126351da39b002a1363703b2f7749a49c.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -212,6 +212,8 @@ struct systemtap_session std::set<std::string> seen_warnings; unsigned num_errors () { return seen_errors.size(); } + std::set<std::string> rpms_to_install; + // void print_error (const parse_error& e); const token* last_token; void print_token (std::ostream& o, const token* tok); |