#include <depend.h>
Collaboration diagram for updaterfunc_t:
Data Fields | |
int | src_tupleid |
Tuple ID of the independent event. | |
int | dst_tupleid |
Tuple ID of the dependent event. | |
int | typeid |
Resource type ID this updater function changes. | |
updater_f | func |
Pointer to the updater function. | |
updaterfunc * | next |
Pointer to the next element in the linked list. | |
updaterfunc * | prev |
Pointer to the previous element in the linked list. |