There is no 'struct OBJECT_IDENTIFIER', only OBJECT_IDENTIFIER_t

This commit is contained in:
Harald Welte 2010-07-17 20:30:21 +02:00
parent 52cef61627
commit fc9cc76f02
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ struct tcap_transport_entity {
struct tcap_dialg_ind {
uint32_t dialg_id;
struct tcap_transport_entity *transp_ent;
struct OBJECT_IDENTIFIER *app_ctx_name;
OBJECT_IDENTIFIER_t *app_ctx_name;
struct user_information *user_info;
int components_present:1;
int prearranged_end:1;