535 |
rv->read = XCALLOC (MTYPE_THREAD, sizeof (struct thread *) * rv->fd_limit); |
536 |
rv->read = XCALLOC (MTYPE_THREAD, sizeof (struct thread *) * rv->fd_limit); |
1190 |
num = fd_select (FD_SETSIZE, &readfd, &writefd, &exceptfd, timer_wait); |
1191 |
num = fd_select (m->fd_limit, &readfd, &writefd, &exceptfd, timer_wait); |