#include <pdl_policy.h>
Collaboration diagram for policy_s:
Data Fields | |
const char* | name |
Name of the policy. | |
rule_t* | rule |
Pointer to the first rule of the policy. | |
unsigned int | lineno |
Line number where the polict was found. | |
struct policy_s* | next |
Next policy, or 0 if none. | |
struct policy_s* | prev |
Previous policy, or 0 if none. |
Definition at line 41 of file pdl_policy.h.