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-simple/evsub.c

    r212 r230  
    170170{ 
    171171    { 
    172         NULL, NULL,                 /* prev, next.                      */ 
    173         { "mod-evsub", 9 },         /* Name.                            */ 
    174         -1,                         /* Id                               */ 
    175         PJSIP_MOD_PRIORITY_APPLICATION-1,       /* Priority             */ 
    176         NULL,                       /* User data.                       */ 
    177         NULL,                       /* load()                           */ 
    178         NULL,                       /* start()                          */ 
    179         NULL,                       /* stop()                           */ 
    180         &mod_evsub_unload,          /* unload()                         */ 
    181         NULL,                       /* on_rx_request()                  */ 
    182         NULL,                       /* on_rx_response()                 */ 
    183         NULL,                       /* on_tx_request.                   */ 
    184         NULL,                       /* on_tx_response()                 */ 
    185         &mod_evsub_on_tsx_state,    /* on_tsx_state()                   */ 
     172        NULL, NULL,                         /* prev, next.              */ 
     173        { "mod-evsub", 9 },                 /* Name.                    */ 
     174        -1,                                 /* Id                       */ 
     175        PJSIP_MOD_PRIORITY_DIALOG_USAGE,    /* Priority                 */ 
     176        NULL,                               /* load()                   */ 
     177        NULL,                               /* start()                  */ 
     178        NULL,                               /* stop()                   */ 
     179        &mod_evsub_unload,                  /* unload()                 */ 
     180        NULL,                               /* on_rx_request()          */ 
     181        NULL,                               /* on_rx_response()         */ 
     182        NULL,                               /* on_tx_request.           */ 
     183        NULL,                               /* on_tx_response()         */ 
     184        &mod_evsub_on_tsx_state,            /* on_tsx_state()           */ 
    186185    } 
    187186}; 
Note: See TracChangeset for help on using the changeset viewer.