Diff for /libaitsched/inc/aitsched.h between versions 1.24 and 1.24.2.1

version 1.24, 2013/11/21 14:39:10 version 1.24.2.1, 2014/01/27 15:01:52
Line 49  SUCH DAMAGE. Line 49  SUCH DAMAGE.
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/queue.h>  #include <sys/queue.h>
   #ifndef KQ_DISABLE
 #include <sys/event.h>  #include <sys/event.h>
   #endif
 #include <sys/uio.h>  #include <sys/uio.h>
 #include <stdint.h>  #include <stdint.h>
 #include <pthread.h>  #include <pthread.h>
Line 211  typedef TAILQ_HEAD(, sched_Task) sched_queue_t; Line 213  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;
         unsigned long   root_miss;          unsigned long   root_miss;
         struct timespec root_wait;          struct timespec root_wait;
         struct timespec root_poll;          struct timespec root_poll;

Removed from v.1.24  
changed lines
  Added in v.1.24.2.1


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