Changeset 19 for pjproject/main/pjlib/src/pj/ioqueue_select.c
- Timestamp:
- Nov 7, 2005 6:14:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/main/pjlib/src/pj/ioqueue_select.c
r16 r19 105 105 */ 106 106 #include "ioqueue_common_abs.c" 107 108 /* 109 * pj_ioqueue_name() 110 */ 111 PJ_DEF(const char*) pj_ioqueue_name(void) 112 { 113 return "select"; 114 } 107 115 108 116 /*
Note: See TracChangeset
for help on using the changeset viewer.