#include <chromo.h>
Collaboration diagram for tupleinfo_t:
Data Fields | |
char * | name |
Name of the event. | |
int | tupleid |
Tuple ID of this tuple. | |
int * | resid |
Array of resource IDs that are used by this event. | |
domain ** | dom |
Array of pointers to domains for this event. |
|
Array of pointers to domains for this event. Length of array is equal to the number of resource types defined dat_typenum. The first element in the array defines the domain for the resource type ID 0 and so on. |
|
Array of resource IDs that are used by this event. This array hold the static information that was loaded from the XML configuration file. Length of array is equal to the number of resource types defined dat_typenum. The first element in the array defines the resource with resource type ID 0 and so on. If an element of this array is equal to INT_MIN then the information about this resource type was not included in the XML file. This value is always different from INT_MIN for constant resource types |