Ignore:
Timestamp:
Nov 23, 2007 3:47:50 AM (16 years ago)
Author:
bennylp
Message:

Ticket #424: Added API to retrieve number of transactions and dialogs (thanks Sergey Bakulin)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_transaction.h

    r1463 r1594  
    160160 
    161161/** 
     162 * Retrieve the current number of transactions currently registered 
     163 * in the hash table. 
     164 * 
     165 * @return          Number of transactions. 
     166 */ 
     167PJ_DECL(unsigned) pjsip_tsx_layer_get_tsx_count(void); 
     168 
     169/** 
    162170 * Find a transaction with the specified key. The transaction key normally 
    163171 * is created by calling #pjsip_tsx_create_key() from an incoming message. 
Note: See TracChangeset for help on using the changeset viewer.