mars_workload_context Struct Reference

MARS workload context structure. More...

#include <workload_types.h>


Data Fields

uint8_t reserved [MARS_WORKLOAD_RESERVED_SIZE]
uint8_t data [MARS_WORKLOAD_CONTEXT_SIZE-MARS_WORKLOAD_RESERVED_SIZE]


Detailed Description

MARS workload context structure.

This structure stores information about a specific workload.

The first MARS_WORKLOAD_RESERVED_SIZE bytes of the workload context structure is reserved and cannot be modified.

The remaining area of the structure can be used by the specific workload model implementation as needed.


Field Documentation

uint8_t mars_workload_context::reserved[MARS_WORKLOAD_RESERVED_SIZE]

workload reserved area

uint8_t mars_workload_context::data[MARS_WORKLOAD_CONTEXT_SIZE-MARS_WORKLOAD_RESERVED_SIZE]

workload model specific data


Generated on Wed Jan 13 04:46:22 2010 for MARS by  doxygen 1.5.7.1