summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
authorTim Moore <timoore@redhat.com>2009-10-07 20:10:17 +0200
committerTim Moore <timoore@redhat.com>2009-10-07 20:10:17 +0200
commite6638df404688a1af5e9713befc298984241af5b (patch)
treea3684cfc7825e9079a021a38732e5d4ce4260c1c /elaborate.h
parent9ed28fbc61420dbcfe46828fe5ee35eae3f4dc79 (diff)
parent038c38c6119e29189be83c3a214c635c0d02ee58 (diff)
downloadsystemtap-steved-e6638df404688a1af5e9713befc298984241af5b.tar.gz
systemtap-steved-e6638df404688a1af5e9713befc298984241af5b.tar.xz
systemtap-steved-e6638df404688a1af5e9713befc298984241af5b.zip
Merge commit 'origin/master'
Diffstat (limited to 'elaborate.h')
-rw-r--r--elaborate.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h
index cd60b8bb..28294aa9 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -18,6 +18,10 @@
#include <sstream>
#include <map>
+extern "C" {
+#include <elfutils/libdw.h>
+}
+
// ------------------------------------------------------------------------
struct derived_probe;
@@ -153,6 +157,9 @@ public:
virtual bool needs_global_locks () { return true; }
// by default, probes need locks around global variables
+
+ // Location of semaphores to activate sdt probes
+ Dwarf_Addr sdt_semaphore_addr;
};
// ------------------------------------------------------------------------