Changeset 1405 for pjproject/trunk/pjlib/src/pj/ioqueue_select.c
- Timestamp:
- Jul 20, 2007 8:08:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/ioqueue_select.c
r1266 r1405 64 64 # error "Error reporting must be enabled for this function to work!" 65 65 #endif 66 67 /**68 * Get the number of descriptors in the set. This is defined in sock_select.c69 * This function will only return the number of sockets set from PJ_FD_SET70 * operation. When the set is modified by other means (such as by select()),71 * the count will not be reflected here.72 *73 * That's why don't export this function in the header file, to avoid74 * misunderstanding.75 *76 * @param fdsetp The descriptor set.77 *78 * @return Number of descriptors in the set.79 */80 PJ_DECL(pj_size_t) PJ_FD_COUNT(const pj_fd_set_t *fdsetp);81 82 66 83 67 /*
Note: See TracChangeset
for help on using the changeset viewer.