Diff for /libaitsched/inc/aitsched.h between versions 1.1.1.1.2.2 and 1.1.1.1.2.3

version 1.1.1.1.2.2, 2011/08/12 23:06:55 version 1.1.1.1.2.3, 2011/08/13 17:26:26
Line 107  struct sched_HooksTask { Line 107  struct sched_HooksTask {
 typedef struct sched_HooksTask hooks_task_t;  typedef struct sched_HooksTask hooks_task_t;
   
 /* task callback, like pthread callback! */  /* task callback, like pthread callback! */
typedef void *(*sched_task_func_t)(void *);typedef void *(*sched_task_func_t)(void * /*sched_task_t* - current task data*/);
   
 /* task & queue */  /* task & queue */
 struct sched_Task {  struct sched_Task {

Removed from v.1.1.1.1.2.2  
changed lines
  Added in v.1.1.1.1.2.3


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