Diff for /libaitsched/inc/aitsched.h between versions 1.1.1.1.2.4 and 1.1.1.1.2.5

version 1.1.1.1.2.4, 2011/09/09 14:14:33 version 1.1.1.1.2.5, 2011/09/09 14:37:41
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 * /*sched_task_t* - current task data*/);typedef void *(*sched_task_func_t)(sched_task_t * /* current task data*/);
   
 /* task & queue */  /* task & queue */
 struct sched_Task {  struct sched_Task {

Removed from v.1.1.1.1.2.4  
changed lines
  Added in v.1.1.1.1.2.5


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