#include <modsup.h>
Collaboration diagram for modulehandler_t:

| Data Fields | |
| resourcetype * | restype | 
| Resource type for this handler. | |
| char * | restriction | 
| Restriction type for this handler. | |
| handler_res_f | handler_res | 
| Pointer to resource restriction handler function. | |
| handler_tup_f | handler_tup | 
| Pointer to tuple handler function. | |
| modulehandler * | next | 
| Pointer to the next element in the linked list. | |
restype points to mod_eventtype and handler_res is set to NULL if this structure is describing a tuple restriction handler. If it is describing a resource restriction handler restype points to the appropriate resource type and tup_handler is set to NULL.
Restriction type for this handler.
Can also be a pointer to one of the special restriction types in case of an event restriction handler or in case of a resource restriction handler for all resource types.
 1.5.2
 1.5.2