Diff for /libaitsched/src/tasks.c between versions 1.7.4.1 and 1.7.4.2

version 1.7.4.1, 2012/05/30 08:07:45 version 1.7.4.2, 2012/05/30 08:51:49
Line 217  schedWrite(sched_root_task_t * __restrict root, sched_ Line 217  schedWrite(sched_root_task_t * __restrict root, sched_
  * @root = root task   * @root = root task
  * @func = task execution function   * @func = task execution function
  * @arg = 1st func argument   * @arg = 1st func argument
 * @ts = timeout argument structure * @ts = timeout argument structure, minimum alarm timer resolution is 1msec!
  * @opt_data = Optional data   * @opt_data = Optional data
  * @opt_dlen = Optional data length   * @opt_dlen = Optional data length
  * return: NULL error or !=NULL new queued task   * return: NULL error or !=NULL new queued task

Removed from v.1.7.4.1  
changed lines
  Added in v.1.7.4.2


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