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

version 1.1, 2011/08/05 15:52:00 version 1.2, 2011/12/08 08:02:23
Line 103  void *sched_hook_read(void *task, void *arg __unused); Line 103  void *sched_hook_read(void *task, void *arg __unused);
  */   */
 void *sched_hook_write(void *task, void *arg __unused);  void *sched_hook_write(void *task, void *arg __unused);
   
   /*
    * sched_hook_exception() - Default EXCEPTION hook
    * @root = root task
    * @arg = custom handling: if arg == EV_EOF or other value; default: arg == NULL log errno
    * return: <0 errors and 0 ok
    */
   void *sched_hook_exception(void *root, void *arg);
   
   
 #endif  #endif

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


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