Diff for /libaitsched/src/aitsched.c between versions 1.1.1.1.2.3 and 1.1.1.1.2.4

version 1.1.1.1.2.3, 2011/08/13 17:26:26 version 1.1.1.1.2.4, 2011/08/13 17:28:17
Line 375  schedRun(sched_root_task_t * __restrict root) Line 375  schedRun(sched_root_task_t * __restrict root)
                 if (root->root_hooks.hook_exec.run(root, NULL))                  if (root->root_hooks.hook_exec.run(root, NULL))
                         return -1;                          return -1;
         if (root->root_hooks.hook_exec.fetch)          if (root->root_hooks.hook_exec.fetch)
                while ((task = root->root_hooks.hook_exec.fetch(root, NULL))) {                while ((task = root->root_hooks.hook_exec.fetch(root, NULL)))
                        printf("task=%p\n", task); 
                         schedCall(task);                          schedCall(task);
                 }  
   
         return 0;          return 0;
 }  }

Removed from v.1.1.1.1.2.3  
changed lines
  Added in v.1.1.1.1.2.4


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