Ignore:
Timestamp:
Apr 2, 2007 8:43:06 PM (17 years ago)
Author:
bennylp
Message:

Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r1127 r1135  
    13281328 
    13291329 
    1330  
     1330/** 
     1331 * This is a utility function to dump the stack states to log, using 
     1332 * verbosity level 3. 
     1333 * 
     1334 * @param detail        Will print detailed output (such as list of 
     1335 *                      SIP transactions) when non-zero. 
     1336 */ 
     1337PJ_DECL(void) pjsua_dump(pj_bool_t detail); 
    13311338 
    13321339/** 
Note: See TracChangeset for help on using the changeset viewer.