diff options
Diffstat (limited to 'libctf/ctf-impl.h')
-rw-r--r-- | libctf/ctf-impl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libctf/ctf-impl.h b/libctf/ctf-impl.h index 5567b4c..742b4b3 100644 --- a/libctf/ctf-impl.h +++ b/libctf/ctf-impl.h @@ -192,13 +192,12 @@ typedef struct ctf_dtdef ctf_list_t dtd_list; /* List forward/back pointers. */ ctf_id_t dtd_type; /* Type identifier for this definition. */ ctf_type_t dtd_data; /* Type node, including name. */ + unsigned char *dtd_vlen; /* Variable-length data for this type. */ union { ctf_list_t dtu_members; /* struct, union, or enum */ ctf_arinfo_t dtu_arr; /* array */ - ctf_encoding_t dtu_enc; /* integer or float */ uint32_t *dtu_argv; /* function */ - ctf_slice_t dtu_slice; /* slice */ } dtd_u; } ctf_dtdef_t; |