summaryrefslogtreecommitdiffstats
path: root/runtime/sym.h
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-04-15 19:20:41 +0200
committerMark Wielaard <mjw@redhat.com>2009-04-15 19:20:41 +0200
commit9a8911ac796aa9cefb504b825802246ef3c8e45f (patch)
treed3bff12b8ef89d703cd23e0751719eb6b3b1ba5b /runtime/sym.h
parent7a51212ca1895b85f400fafe0e5198525996af1d (diff)
parentc1af604e1c626b90834113ba7d71c4a2ea1bda68 (diff)
downloadsystemtap-steved-9a8911ac796aa9cefb504b825802246ef3c8e45f.tar.gz
systemtap-steved-9a8911ac796aa9cefb504b825802246ef3c8e45f.tar.xz
systemtap-steved-9a8911ac796aa9cefb504b825802246ef3c8e45f.zip
Merge branch 'sections'
Diffstat (limited to 'runtime/sym.h')
-rw-r--r--runtime/sym.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/sym.h b/runtime/sym.h
index 586b10ca..80c334fb 100644
--- a/runtime/sym.h
+++ b/runtime/sym.h
@@ -18,6 +18,7 @@ struct _stp_symbol {
struct _stp_section {
const char *name;
unsigned long addr; /* XXX: belongs in per-address-space tables */
+ unsigned long size; /* length of the address space module covers. */
struct _stp_symbol *symbols; /* ordered by address */
unsigned num_symbols;
};