update it

This commit is contained in:
Sukchan Lee 2017-03-12 23:20:33 +09:00
parent cec3dfbdbd
commit b20e29c390
1 changed files with 2 additions and 2 deletions

View File

@ -60,10 +60,10 @@ typedef enum {
TLV_MORE,
TLV_COMPOUND,
TLV_MESSAGE,
} tlvc_type_e;
} tlv_type_e;
typedef struct _tlv_desc_t {
tlvc_type_e ctype;
tlv_type_e ctype;
c_uint16_t type;
c_uint16_t length;
c_uint16_t vsize;