aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-06-14 13:09:45 +0000
committerLev Walkin <vlm@lionet.info>2004-06-14 13:09:45 +0000
commit38abe79f25dd6708b1afb1693133e523ff40ee9e (patch)
tree9465d47a61b7ae94bb61c555b5c44b9571af16e0 /skeletons
parent7a58c27811de95bb12ef31f174fda95dfba20261 (diff)
hints for run-time parser
Diffstat (limited to 'skeletons')
-rw-r--r--skeletons/constr_TYPE.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/skeletons/constr_TYPE.h b/skeletons/constr_TYPE.h
index 5c001049..da3a2db7 100644
--- a/skeletons/constr_TYPE.h
+++ b/skeletons/constr_TYPE.h
@@ -89,10 +89,11 @@ typedef struct asn1_TYPE_descriptor_s {
typedef struct asn1_TYPE_tag2member_s {
ber_tlv_tag_t el_tag; /* Outmost tag of the member */
int el_no; /* Index of the associated member, base 0 */
+ int toff_first; /* First occurence of the el_tag, relative */
+ int toff_last; /* Last occurence of the el_tag, relatvie */
} asn1_TYPE_tag2member_t;
-
/*
* This function is a wrapper around (td)->print_struct, which prints out
* the contents of the target language's structure (struct_ptr) into the