#include <pdl_policy.h>
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. | |
| policy_s * | next |
| Next policy, or 0 if none. | |
| policy_s * | prev |
| Previous policy, or 0 if none. | |
Definition at line 48 of file pdl_policy.h.
1.3.5