summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mdso/mdso.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h
index 24159b4..ab887b7 100644
--- a/include/mdso/mdso.h
+++ b/include/mdso/mdso.h
@@ -47,6 +47,8 @@ struct mdso_common_ctx {
uint64_t drvflags;
uint64_t actflags;
uint64_t fmtflags;
+ const char * libname;
+ const char * dstdir;
};
struct mdso_driver_ctx {