Ignore:
Timestamp:
Mar 18, 2007 5:39:27 PM (17 years ago)
Author:
bennylp
Message:

Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjstun-srv-test/server.h

    r1054 r1080  
    2020#define __STUN_SERVER_H__ 
    2121 
     22#include <pjnath.h> 
    2223#include <pjlib-util.h> 
    2324#include <pjlib.h> 
     
    3132{ 
    3233    pj_pool_factory     *pf; 
    33     pj_stun_endpoint    *endpt; 
     34    pj_stun_config      *cfg; 
    3435    pj_ioqueue_t        *ioqueue; 
    3536    pj_timer_heap_t     *timer_heap; 
Note: See TracChangeset for help on using the changeset viewer.