diff options
author | Dave Brolley <brolley@redhat.com> | 2009-04-16 12:01:52 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-04-16 12:01:52 -0400 |
commit | ae0430755d1605d934e9655d6f7206487fe6fc68 (patch) | |
tree | 2f48fb31a10334192b63ed19ac99d5e118306849 /runtime/sym.h | |
parent | 44602d5b700d547cb1d560e90c0187c3fe66d613 (diff) | |
parent | bc33c23b2953b923446ea059e9991913d8b2cc3c (diff) | |
download | systemtap-steved-ae0430755d1605d934e9655d6f7206487fe6fc68.tar.gz systemtap-steved-ae0430755d1605d934e9655d6f7206487fe6fc68.tar.xz systemtap-steved-ae0430755d1605d934e9655d6f7206487fe6fc68.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/sym.h')
-rw-r--r-- | runtime/sym.h | 1 |
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; }; |