Changeset 19 for pjproject/main/pjlib/src/pj/ioqueue_epoll.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_epoll.c
r14 r19 160 160 161 161 /* 162 * pj_ioqueue_name() 163 */ 164 PJ_DEF(const char*) pj_ioqueue_name(void) 165 { 166 #if defined(PJ_LINUX_KERNEL) && PJ_LINUX_KERNEL!=0 167 return "epoll-kernel"; 168 #else 169 return "epoll"; 170 #endif 171 } 172 173 /* 162 174 * pj_ioqueue_create() 163 175 *
Note: See TracChangeset
for help on using the changeset viewer.