Navigation


Changeset 1088:1d1a20a0779d in freeDiameter for extensions/app_sip/app_sip.c


Ignore:
Timestamp:
May 5, 2013, 4:25:27 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Second part of changeset 1083, now the code compiles again. Still missing some functions implementation, though

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_sip/app_sip.c

    r1027 r1088  
    5050
    5151struct disp_hdl * app_sip_default_hdl=NULL;
    52 struct session_handler * ds_sess_hdl;
    5352
    5453//configuration stucture
     
    213212                return EINVAL;
    214213       
    215         CHECK_FCT(fd_sess_handler_create(&ds_sess_hdl, free, NULL));
    216        
    217214        //Creation of thread for Registration Termination       
    218215        if(pthread_create(&rtr_thread, NULL,rtr_socket, NULL))
     
    238235       
    239236        (void) fd_disp_unregister(&app_sip_MAR_hdl, NULL);
    240         CHECK_FCT_DO( fd_sess_handler_destroy(&ds_sess_hdl, NULL),return);
    241237       
    242238       
Note: See TracChangeset for help on using the changeset viewer.