linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] eXosip_event_t structure has no member named `tid'


From: Girish Nayak
Subject: [Linphone-developers] eXosip_event_t structure has no member named `tid'
Date: Tue, 7 Aug 2007 05:33:48 -0700 (PDT)

While trying to build liblinphone I am getting following error:

linphone\coreapi\authentication.c
In function `linphone_authentication_ok':
structure has no member named `tid'
 
The function is as below:

void linphone_authentication_ok(LinphoneCore *lc, eXosip_event_t *ev){
    AuthState *as=&lc->authstate;
    if (as->tid==ev->tid){
        as->tid=0;
        if (as->username!=NULL)
            ms_free(as->username);
        as->username=NULL;
        if (as->realm!=NULL)
            ms_free(as->realm);
        as->realm=NULL;
    }
}


In fact the eXosip_event_t structure has no member named `tid'.
How to resolve this? Any idea?

Thanks



Park yourself in front of a world of choices in alternative vehicles.
Visit the Yahoo! Auto Green Center.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]