change log for rtems (2011-02-17)

Sebastian Huber sebastian.huber at embedded-brains.de
Mon Feb 21 10:49:26 UTC 2011


On 02/18/2011 12:10 AM, rtems-vc at rtems.org wrote:
>  #ifdef CONFIGURE_INIT
> -  /* the table of available schedulers. */
> -  const Scheduler_Table_entry _Scheduler_Table[] = {
> -    #if defined(CONFIGURE_SCHEDULER_USER) && \
> -        defined(CONFIGURE_SCHEDULER_ENTRY_USER)
> -      CONFIGURE_SCHEDULER_ENTRY_USER,
> -    #else
> -      CONFIGURE_SCHEDULER_NULL,
> -    #endif
> -    #if defined(CONFIGURE_SCHEDULER_PRIORITY) && \
> -        defined(CONFIGURE_SCHEDULER_ENTRY_PRIORITY)
> -      CONFIGURE_SCHEDULER_ENTRY_PRIORITY,
> -    #else
> -      CONFIGURE_SCHEDULER_NULL,
> -    #endif
> +  Scheduler_Control  _Scheduler = {
> +    .Ready_queues.priority = NULL,
> +    .Operations            = SCHEDULER_ENTRY_POINTS
>    };
>  #endif
>  

The designated initializers are not C++ compatible.

-- 
Sebastian Huber, embedded brains GmbH

Address : Obere Lagerstr. 30, D-82178 Puchheim, Germany
Phone   : +49 89 18 90 80 79-6
Fax     : +49 89 18 90 80 79-9
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the vc mailing list