Structure parsers reintroduced. ** NOT WORKING **
[virt-mem.git] / extract / codegen / struct_classify.mli
index 96554bf..23508d7 100644 (file)
@@ -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;