summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-10-13 11:55:11 -0400
committerDave Brolley <brolley@redhat.com>2009-10-13 11:55:11 -0400
commitf990359bd63bd4fc21e600e71c6a513d5b5b2ccb (patch)
tree16fb7638f2089476b2994ec7d8b2131e4a7b0b69 /elaborate.h
parent8f6d8c2bd3e5c1d2881e2ebe1c7ad5deb389e581 (diff)
parentba9abf303e1bed196668f103b2a17c48e3df70aa (diff)
downloadsystemtap-steved-f990359bd63bd4fc21e600e71c6a513d5b5b2ccb.tar.gz
systemtap-steved-f990359bd63bd4fc21e600e71c6a513d5b5b2ccb.tar.xz
systemtap-steved-f990359bd63bd4fc21e600e71c6a513d5b5b2ccb.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
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 2da4fa1e..bee71a50 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -18,6 +18,10 @@
#include <sstream>
#include <map>
+extern "C" {
+#include <elfutils/libdw.h>
+}
+
// ------------------------------------------------------------------------
struct derived_probe;
@@ -164,6 +168,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;
};
// ------------------------------------------------------------------------