Changeset 5042
- Timestamp:
- Apr 1, 2015 7:50:23 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/config.h
r4915 r5042 675 675 /* When FD_SETSIZE is not changeable, check if PJ_IOQUEUE_MAX_HANDLES 676 676 * is lower than FD_SETSIZE value. 677 */ 677 * 678 * Update: Not all ioqueue backends require this (such as epoll), so 679 * this check will be done on the ioqueue implementation itself, such as 680 * ioqueue select. 681 */ 682 /* 678 683 # ifdef FD_SETSIZE 679 684 # if PJ_IOQUEUE_MAX_HANDLES > FD_SETSIZE … … 681 686 # endif 682 687 # endif 688 */ 683 689 #endif 684 690
Note: See TracChangeset
for help on using the changeset viewer.