Diff for /libaitsched/inc/hooks.h between versions 1.2 and 1.3

version 1.2, 2011/12/08 08:02:23 version 1.3, 2012/03/13 10:01:59
Line 111  void *sched_hook_write(void *task, void *arg __unused) Line 111  void *sched_hook_write(void *task, void *arg __unused)
  */   */
 void *sched_hook_exception(void *root, void *arg);  void *sched_hook_exception(void *root, void *arg);
   
   /*
    * sched_hook_condition() - Default CONDITION hook
    *
    * @root = root task
    * @arg = killState from schedRun()
    * return: NULL kill scheduler loop or !=NULL ok
    */
   void *sched_hook_condition(void *root, void *arg);
   
   
 #endif  #endif

Removed from v.1.2  
changed lines
  Added in v.1.3


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