summaryrefslogtreecommitdiffhomepage
path: root/src/internal/mdso_driver_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/mdso_driver_impl.h')
-rw-r--r--src/internal/mdso_driver_impl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h
index 2c4554f..aa09197 100644
--- a/src/internal/mdso_driver_impl.h
+++ b/src/internal/mdso_driver_impl.h
@@ -12,6 +12,11 @@ enum app_tags {
TAG_VERSION,
};
+struct mdso_expsyms {
+ char * buffer;
+ const char * syms[];
+};
+
struct mdso_driver_ctx_impl {
struct mdso_common_ctx cctx;
struct mdso_driver_ctx ctx;
@@ -20,6 +25,7 @@ struct mdso_driver_ctx_impl {
struct mdso_unit_ctx_impl {
const char * path;
struct mdso_input map;
+ struct mdso_expsyms * expsyms;
struct mdso_common_ctx cctx;
struct mdso_unit_ctx uctx;
};