Ignore:
Timestamp:
Mar 21, 2007 9:31:01 AM (17 years ago)
Author:
bennylp
Message:

s/stun_setting/stun_config

File:
1 moved

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/stun_config.h

    r1090 r1091  
    2626 
    2727#include <pjnath/stun_msg.h> 
     28#include <pj/string.h> 
    2829 
    2930 
     
    3334/* **************************************************************************/ 
    3435/** 
    35  * @defgroup PJNATH_STUN_SETTING STUN Settings 
    36  * @brief STUN settings. 
     36 * @defgroup PJNATH_STUN_CONFIG STUN Config 
     37 * @brief STUN config 
    3738 * @ingroup PJNATH_STUN 
    3839 * @{ 
     
    4041 
    4142/** 
    42  * Opaque declaration for STUN setting. 
     43 * STUN configuration. 
    4344 */ 
    4445typedef struct pj_stun_config 
    4546{ 
    4647    /** 
    47      * Pool factory to be used by the STUN endpoint and all objects created 
    48      * that use this STUN endpoint. 
     48     * Pool factory to be used. 
    4949     */ 
    5050    pj_pool_factory     *pf; 
    5151 
    5252    /** 
    53      * Ioqueue used by this endpoint. 
     53     * Ioqueue. 
    5454     */ 
    5555    pj_ioqueue_t        *ioqueue; 
    5656 
    5757    /** 
    58      * Timer heap instance used by this endpoint. 
     58     * Timer heap instance. 
    5959     */ 
    6060    pj_timer_heap_t     *timer_heap; 
    61  
    62     /** 
    63      * Internal pool used by this endpoint. This shouldn't be used by 
    64      * application. 
    65      */ 
    66     pj_pool_t           *pool; 
    6761 
    6862    /** 
Note: See TracChangeset for help on using the changeset viewer.