Ignore:
Timestamp:
Dec 1, 2007 8:52:57 AM (16 years ago)
Author:
bennylp
Message:

More ticket #415: more IPv6 and some reorganization of the source codes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/os.h

    r1589 r1601  
    335335    void        *rhostresolver; 
    336336      
     337    /** 
     338     * Optional RHostResolver for IPv6 instance to be used by PJLIB.  
     339     * If this value is NULL, a new RHostResolver instance will be created 
     340     * when pj_init() is called. 
     341     */ 
     342    void        *rhostresolver6; 
     343      
    337344} pj_symbianos_params; 
    338345 
Note: See TracChangeset for help on using the changeset viewer.