modulehandler_t Struct Reference

Structure describing a restriction handler. More...

#include <modsup.h>

Collaboration diagram for modulehandler_t:

Collaboration graph
[legend]

Data Fields

resourcetyperestype
 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.
modulehandlernext
 Pointer to the next element in the linked list.

Detailed Description

Structure describing a restriction handler.

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.


Field Documentation

char* modulehandler_t::restriction

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.

See also:
mod_eventtype mod_anytype


Generated on Tue Jul 3 13:23:37 2007 for Tablix by  doxygen 1.5.2