next up previous contents
Next: IPInfo Up: Dynamic Rules Previous: RuleInformation   Contents

RuleReference

The RuleReference structure defines a single rule reference, including the system name and rereference identifier.

typedef struct _RuleReference
{
    char *systemName;
    char *refIdentifier;
} RuleReference;



Eugene Misnik 2013-05-08