Diff for /libaitsched/inc/aitsched.h 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/09/09 14:14:33
Line 175  sched_root_task_t *schedInit(void ** __restrict data,  Line 175  sched_root_task_t *schedInit(void ** __restrict data, 
  * @root = root task   * @root = root task
  * return: -1 error or 0 ok   * return: -1 error or 0 ok
  */   */
int schedEnd(sched_root_task_t * __restrict root);int schedEnd(sched_root_task_t ** __restrict root);
 /*  /*
  * schedRegisterHooks() - Register IO handles and bind tasks to it   * schedRegisterHooks() - Register IO handles and bind tasks to it
  * @root = root task   * @root = root task

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>