X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=extract%2Fcodegen%2Fstruct_classify.mli;fp=extract%2Fcodegen%2Fstruct_classify.mli;h=23508d7b3e949ed1a65a9e0ecaa2b8c66d5c4472;hp=96554bfdc13ff473bb9696f2f2122fa992173cda;hb=0ab39a448da6dd9bca3c2730f1221fad0718ac36;hpb=9a4e42524fac9afd50fca18f2124f6df91716d4c diff --git a/extract/codegen/struct_classify.mli b/extract/codegen/struct_classify.mli index 96554bf..23508d7 100644 --- a/extract/codegen/struct_classify.mli +++ b/extract/codegen/struct_classify.mli @@ -155,7 +155,7 @@ type parser_ (* parser is a reserved word *) = { pa_name : string; (** Parser function name in output. *) (* The input to the parser: *) pa_endian : Bitstring.endian; (** Default field endianness. *) - pa_fields : Pahole_parser.field list; (** All fields. *) + pa_structure : Pahole_parser.structure; (** Original structure. *) (* The output of the parser: *) pa_shape_field_struct : shape_field_struct; pa_content_field_struct : content_field_struct;