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/include/pjsip/sip_module.h

    r127 r230  
    6262     */ 
    6363    int priority; 
    64  
    65     /** 
    66      * Opaque data which can be used by a module to identify a resource within 
    67      * the module itself. 
    68      */ 
    69     void *user_data; 
    7064 
    7165    /** 
     
    167161    PJSIP_MOD_PRIORITY_TSX_LAYER        = 16, 
    168162    PJSIP_MOD_PRIORITY_UA_PROXY_LAYER   = 32, 
     163    PJSIP_MOD_PRIORITY_DIALOG_USAGE     = 48, 
    169164    PJSIP_MOD_PRIORITY_APPLICATION      = 64, 
    170165}; 
Note: See TracChangeset for help on using the changeset viewer.