Ignore:
Timestamp:
Feb 25, 2006 9:16:36 PM (18 years ago)
Author:
bennylp
Message:

Tidying up and make it consistent with the documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c

    r223 r230  
    7171{ 
    7272    { 
    73         NULL, NULL,                 /* prev, next.                      */ 
    74         { "mod-invite", 10 },       /* Name.                            */ 
    75         -1,                         /* Id                               */ 
    76         PJSIP_MOD_PRIORITY_APPLICATION-1,       /* Priority             */ 
    77         NULL,                       /* User data.                       */ 
    78         &mod_inv_load,              /* load()                           */ 
    79         NULL,                       /* start()                          */ 
    80         NULL,                       /* stop()                           */ 
    81         &mod_inv_unload,            /* unload()                         */ 
    82         &mod_inv_on_rx_request,     /* on_rx_request()                  */ 
    83         &mod_inv_on_rx_response,    /* on_rx_response()                 */ 
    84         NULL,                       /* on_tx_request.                   */ 
    85         NULL,                       /* on_tx_response()                 */ 
    86         &mod_inv_on_tsx_state,      /* on_tsx_state()                   */ 
     73        NULL, NULL,                         /* prev, next.              */ 
     74        { "mod-invite", 10 },               /* Name.                    */ 
     75        -1,                                 /* Id                       */ 
     76        PJSIP_MOD_PRIORITY_DIALOG_USAGE,    /* Priority                 */ 
     77        &mod_inv_load,                      /* load()                   */ 
     78        NULL,                               /* start()                  */ 
     79        NULL,                               /* stop()                   */ 
     80        &mod_inv_unload,                    /* unload()                 */ 
     81        &mod_inv_on_rx_request,             /* on_rx_request()          */ 
     82        &mod_inv_on_rx_response,            /* on_rx_response()         */ 
     83        NULL,                               /* on_tx_request.           */ 
     84        NULL,                               /* on_tx_response()         */ 
     85        &mod_inv_on_tsx_state,              /* on_tsx_state()           */ 
    8786    } 
    8887}; 
Note: See TracChangeset for help on using the changeset viewer.