]> git.stg.codes - stg.git/blob - libs/smux/GetNextRequest-PDU.c
Use std::lock_guard instead of STG_LOCKER.
[stg.git] / libs / smux / GetNextRequest-PDU.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "RFC1157-SNMP"
4  *      found in "RFC1157-SNMP.asn1"
5  *      `asn1c -S /home/faust/software/asn1c/skeletons/ -fcompound-names -fwide-types`
6  */
7
8 #include "GetNextRequest-PDU.h"
9
10 /*
11  * This type is implemented using PDU,
12  * so here we adjust the DEF accordingly.
13  */
14 static const ber_tlv_tag_t asn_DEF_GetNextRequest_PDU_tags_1[] = {
15         (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
16         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
17 };
18 asn_TYPE_descriptor_t asn_DEF_GetNextRequest_PDU = {
19         "GetNextRequest-PDU",
20         "GetNextRequest-PDU",
21         &asn_OP_SEQUENCE,
22         asn_DEF_GetNextRequest_PDU_tags_1,
23         sizeof(asn_DEF_GetNextRequest_PDU_tags_1)
24                 /sizeof(asn_DEF_GetNextRequest_PDU_tags_1[0]) - 1, /* 1 */
25         asn_DEF_GetNextRequest_PDU_tags_1,      /* Same as above */
26         sizeof(asn_DEF_GetNextRequest_PDU_tags_1)
27                 /sizeof(asn_DEF_GetNextRequest_PDU_tags_1[0]), /* 2 */
28         { 0, 0, SEQUENCE_constraint },
29         asn_MBR_PDU_1,
30         4,      /* Elements count */
31         &asn_SPC_PDU_specs_1    /* Additional specs */
32 };
33