Changeset 1868 for pjproject/trunk/pjlib/src/pj/ioqueue_select.c
- Timestamp:
- Mar 13, 2008 9:51:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/ioqueue_select.c
r1788 r1868 690 690 timeout); 691 691 692 if (count <= 0) 692 if (count == 0) 693 return 0; 694 else if (count < 0) 693 695 return -pj_get_netos_error(); 694 696 else if (count > PJ_IOQUEUE_MAX_EVENTS_IN_SINGLE_POLL)
Note: See TracChangeset
for help on using the changeset viewer.