Diff for /libaitsched/inc/aitsched.h between versions 1.29 and 1.29.10.1

version 1.29, 2019/01/14 15:58:50 version 1.29.10.1, 2022/11/28 23:06:06
Line 215  typedef TAILQ_HEAD(, sched_Task) sched_queue_t; Line 215  typedef TAILQ_HEAD(, sched_Task) sched_queue_t;
 /* root task */  /* root task */
 struct sched_RootTask {  struct sched_RootTask {
         int             root_kq;          int             root_kq;
        fd_set          root_fds[2];        fd_set          root_fds[3];
         struct timespec root_wait;          struct timespec root_wait;
         struct timespec root_poll;          struct timespec root_poll;
         unsigned long   root_miss;          unsigned long   root_miss;

Removed from v.1.29  
changed lines
  Added in v.1.29.10.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>