Ignore:
Timestamp:
May 11, 2008 6:12:16 PM (16 years ago)
Author:
bennylp
Message:

Implement ticket #531: active socket abstraction to make ioqueue programming easier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/test.h

    r1238 r1953  
    5252#define INCLUDE_UDP_IOQUEUE_TEST    GROUP_NETWORK 
    5353#define INCLUDE_TCP_IOQUEUE_TEST    GROUP_NETWORK 
     54#define INCLUDE_ACTIVESOCK_TEST     GROUP_NETWORK 
    5455#define INCLUDE_IOQUEUE_PERF_TEST   (PJ_HAS_THREADS && GROUP_NETWORK) 
    5556#define INCLUDE_IOQUEUE_UNREG_TEST  (PJ_HAS_THREADS && GROUP_NETWORK) 
     
    9192extern int tcp_ioqueue_test(void); 
    9293extern int ioqueue_perf_test(void); 
     94extern int activesock_test(void); 
    9395extern int file_test(void); 
    9496 
Note: See TracChangeset for help on using the changeset viewer.