version 1.24.4.8, 2014/01/28 13:01:58
|
version 1.24.4.9, 2014/01/28 13:11:33
|
Line 638 sched_hook_fetch(void *root, void *arg __unused)
|
Line 638 sched_hook_fetch(void *root, void *arg __unused)
|
struct timespec now, m, mtmp; |
struct timespec now, m, mtmp; |
#ifndef KQ_DISABLE |
#ifndef KQ_DISABLE |
struct kevent evt[1], res[KQ_EVENTS]; |
struct kevent evt[1], res[KQ_EVENTS]; |
struct timespec *timeout, m, mtmp; | struct timespec *timeout; |
#else |
#else |
struct timeval *timeout, tv; |
struct timeval *timeout, tv; |
fd_set rfd, wfd, xfd; |
fd_set rfd, wfd, xfd; |