Changeset 19 for pjproject/main/pjlib/include/pj/ioqueue.h
- Timestamp:
- Nov 7, 2005 6:14:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/main/pjlib/include/pj/ioqueue.h
r18 r19 109 109 * - \ref page_pjlib_ioqueue_perf_test 110 110 */ 111 112 111 113 112 … … 219 218 # define PJ_IOQUEUE_MAX_EVENTS_IN_SINGLE_POLL (16) 220 219 #endif 220 221 /** 222 * Return the name of the ioqueue implementation. 223 * 224 * @return Implementation name. 225 */ 226 PJ_DECL(const char*) pj_ioqueue_name(void); 221 227 222 228
Note: See TracChangeset
for help on using the changeset viewer.