Problems with user-extension

Chris Johns cjohns at cybertec.com.au
Tue May 21 14:45:36 UTC 2002


Jan Suchotzki wrote:
> 
> rtems_extension TaskCreate (
>   rtems_tcb *current_task,
>   rtems_tcb *new_task
> ) {
> ...
> }
> 

Try:

rtems_boolean TaskCreate (
  rtems_tcb *current_task,
  rtems_tcb *new_task
) {
...
}

The function returns a boolean.

-- 
 Chris Johns, cjohns at cybertec.com.au



More information about the users mailing list