Problems with user-extension
Jan Suchotzki
jsuchotzki at web.de
Tue May 21 16:30:33 UTC 2002
Hi,
thanks for the fast response.
Do I have to return something within the extension? I mean is the
return value used for something special or why does this extension have a return value?
Jan
Chris Johns <cjohns at cybertec.com.au> schrieb am 21.05.02:
> 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