MP_packet_Prefix Struct Reference
[MP Packet Handler]

#include <mppkt.h>


Data Fields

MP_packet_Classes the_class
Objects_Id id
Objects_Id source_tid
Priority_Control source_priority
uint32_t return_code
uint32_t length
uint32_t to_convert
Watchdog_Interval timeout


Detailed Description

The following record contains the prefix for every packet passed between nodes in an MP system.

Note:
This structure is padded to ensure that anything following it is on a 16 byte boundary. This is the most stringent structure alignment rule encountered yet.

Field Documentation

This field indicates the API class of the operation being performed.

This field is the id of the object to be acted upon.

This field is the ID of the originating thread.

This field is the priority of the originating thread.

This field is where the status of the operation will be returned.

This field is the length of the data following the prefix.

This field is the length of the data which required network conversion.

This field is the requested timeout for this operation.


The documentation for this struct was generated from the following file:

Generated on Sun Jul 27 00:17:33 2008 for RTEMSSuperCore by  doxygen 1.5.6