aboutsummaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-17 03:07:04 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:53:59 +0200
commit994ad6d3da0bea9bed176ce600ec513bfca238c2 (patch)
treed2e4c1b12a84bfc63ef6e1a61bc1e0c0bc7705e0 /library.h
parent05058b79e6f995e4d328952ecd73cf090d89cb13 (diff)
downloadltrace-994ad6d3da0bea9bed176ce600ec513bfca238c2.tar.gz
Add ARCH_HAVE_LIBRARY_DATA customization point
Diffstat (limited to 'library.h')
-rw-r--r--library.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library.h b/library.h
index bf7f189..3122e36 100644
--- a/library.h
+++ b/library.h
@@ -127,6 +127,8 @@ struct library {
char own_soname : 1;
char own_pathname : 1;
+
+ struct arch_library_data arch;
};
/* Init LIB. */