summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/internal/mdso_driver_impl.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h
index 9391a64..ee02985 100644
--- a/src/internal/mdso_driver_impl.h
+++ b/src/internal/mdso_driver_impl.h
@@ -27,17 +27,17 @@ struct mdso_expsyms {
};
struct mdso_driver_ctx_impl {
- struct mdso_common_ctx cctx;
- struct mdso_driver_ctx ctx;
- char * asmbase;
- int fddst;
- int fdtmpin;
- const struct mdso_unit_ctx * euctx;
- const char * eunit;
- struct mdso_error_info**errinfp;
- struct mdso_error_info**erricap;
- struct mdso_error_info *erriptr[64];
- struct mdso_error_info erribuf[64];
+ struct mdso_common_ctx cctx;
+ struct mdso_driver_ctx ctx;
+ char * asmbase;
+ int fddst;
+ int fdtmpin;
+ const struct mdso_unit_ctx * euctx;
+ const char * eunit;
+ struct mdso_error_info** errinfp;
+ struct mdso_error_info** erricap;
+ struct mdso_error_info * erriptr[64];
+ struct mdso_error_info erribuf[64];
};
struct mdso_unit_ctx_impl {