Diff for /libaitsched/src/tasks.c between versions 1.16.6.2 and 1.16.6.3

version 1.16.6.2, 2013/08/15 17:58:31 version 1.16.6.3, 2013/08/15 18:40:39
Line 1329  schedThread(sched_root_task_t * __restrict root, sched Line 1329  schedThread(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 = RTC ID * @opt_data = Optional RTC ID
 * @opt_dlen = Optional data length * @opt_dlen = Optional Signal No.
  * return: NULL error or !=NULL new queued task   * return: NULL error or !=NULL new queued task
  */   */
 sched_task_t *  sched_task_t *

Removed from v.1.16.6.2  
changed lines
  Added in v.1.16.6.3


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