Diff for /libaitsched/src/tasks.c between versions 1.17 and 1.18

version 1.17, 2013/08/15 19:10:48 version 1.18, 2013/08/22 15:28:04
Line 1330  schedThread(sched_root_task_t * __restrict root, sched Line 1330  schedThread(sched_root_task_t * __restrict root, sched
  * @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 RTC ID   * @opt_data = Optional RTC ID
 * @opt_dlen = Optional Signal No. * @opt_dlen = Optional data length
  * 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.17  
changed lines
  Added in v.1.18


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