Diff for /libaitsched/src/tasks.c between versions 1.16 and 1.16.6.1

version 1.16, 2013/05/30 09:13:52 version 1.16.6.1, 2013/08/15 15:05:49
Line 511  schedSignal(sched_root_task_t * __restrict root, sched Line 511  schedSignal(sched_root_task_t * __restrict root, sched
  * @func = task execution function   * @func = task execution function
  * @arg = 1st func argument   * @arg = 1st func argument
  * @ts = timeout argument structure, minimum alarm timer resolution is 1msec!   * @ts = timeout argument structure, minimum alarm timer resolution is 1msec!
 * @opt_data = Optional data * @opt_data = Alarm timer ID
  * @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.16  
changed lines
  Added in v.1.16.6.1


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