Ignore:
Timestamp:
Dec 9, 2011 5:15:39 AM (12 years ago)
Author:
ming
Message:

Re #1420: Create a pool for the event manager so subscriber doesn't need to supply its own pool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/event.h

    r3901 r3905  
    332332 * 
    333333 * @param mgr           The event manager. 
    334  * @param pool          Pool to allocate memory from. 
    335334 * @param cb            The callback function to receive the event. 
    336335 * @param user_data     The user data to be associated with the callback 
     
    341340 */ 
    342341PJ_DECL(pj_status_t) pjmedia_event_subscribe(pjmedia_event_mgr *mgr, 
    343                                              pj_pool_t *pool, 
    344342                                             pjmedia_event_cb *cb, 
    345343                                             void *user_data, 
Note: See TracChangeset for help on using the changeset viewer.