diff options
author | Tim Moore <timoore@redhat.com> | 2009-10-07 20:10:17 +0200 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-10-07 20:10:17 +0200 |
commit | e6638df404688a1af5e9713befc298984241af5b (patch) | |
tree | a3684cfc7825e9079a021a38732e5d4ce4260c1c /session.h | |
parent | 9ed28fbc61420dbcfe46828fe5ee35eae3f4dc79 (diff) | |
parent | 038c38c6119e29189be83c3a214c635c0d02ee58 (diff) | |
download | systemtap-steved-e6638df404688a1af5e9713befc298984241af5b.tar.gz systemtap-steved-e6638df404688a1af5e9713befc298984241af5b.tar.xz systemtap-steved-e6638df404688a1af5e9713befc298984241af5b.zip |
Merge commit 'origin/master'
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -221,10 +221,6 @@ struct systemtap_session void print_error_source (std::ostream&, std::string&, const token* tok); void print_warning (const std::string& w, const token* tok = 0); - - // Location of semaphores to activate sdt probes - std::map<derived_probe*, Dwarf_Addr> sdt_semaphore_addr; - // NB: It is very important for all of the above (and below) fields // to be cleared in the systemtap_session ctor (elaborate.cxx) // and/or main.cxx(main). |