Ticket #1423: objectdoth.patch

File objectdoth.patch, 765 bytes (added by Santosh Vattam, on 12/25/09 at 09:48:04)

Changed the the_class type in object.h to uint32_t

  • cpukit/score/include/rtems/score/object.h

    RCS file: /usr1/CVS/rtems/cpukit/score/include/rtems/score/object.h,v
    retrieving revision 1.76
    diff -u -r1.76 object.h
     
    338338  /** This field indicates the API of this object class. */
    339339  Objects_APIs      the_api;
    340340  /** This is the class of this object set. */
    341   uint16_t          the_class;
     341  uint32_t          the_class;
    342342  /** This is the minimum valid id of this object class. */
    343343  Objects_Id        minimum_id;
    344344  /** This is the maximum valid id of this object class. */