summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-02-17 11:23:55 -0500
committermidipix <writeonce@midipix.org>2019-02-17 11:25:35 -0500
commit81db5297dd4133268b39ccceed85edb21b9eea5a (patch)
tree693dc6b8fe74052f2d8d19a9f15341cd42bb8845
parentc2623283de6d87f02307e14bc4176826115e5f44 (diff)
downloadmdso-81db5297dd4133268b39ccceed85edb21b9eea5a.tar.bz2
mdso-81db5297dd4133268b39ccceed85edb21b9eea5a.tar.xz
mdso_specs.h: struct mdso_sym_entry: fix reference to the dso meta record.
-rw-r--r--include/mdso/mdso_specs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mdso/mdso_specs.h b/include/mdso/mdso_specs.h
index d552b8a..06126a7 100644
--- a/include/mdso/mdso_specs.h
+++ b/include/mdso/mdso_specs.h
@@ -16,7 +16,7 @@
#define MDSO_FLAG_SYSTEM32 0x0008
struct mdso_arg;
-struct mdso_meta_table;
+struct mdso_meta_record;
struct mdso_hash_table;
struct mdso_sym_table;
@@ -35,7 +35,7 @@ struct mdso_ref_entry {
struct mdso_sym_entry {
char * string;
- struct mdso_meta_table * meta;
+ struct mdso_meta_record * meta;
};
struct mdso_meta_record {