![]() |
Administration Policy
Definition at line 625 of file as_policy.h.
#include "as_policy.h"
Data Fields | |
uint32_t | timeout |
Related Functions | |
(Note that these are not member functions.) | |
static void | as_policy_admin_copy (as_policy_admin *src, as_policy_admin *trg) |
static as_policy_admin * | as_policy_admin_init (as_policy_admin *p) |
|
related |
Copy as_policy_admin values.
src | The source policy. |
trg | The target policy. |
Definition at line 1046 of file as_policy.h.
References timeout.
|
related |
Initialize as_policy_admin to default values.
p | The policy to initialize. |
Definition at line 1031 of file as_policy.h.
References AS_POLICY_TIMEOUT_DEFAULT, and timeout.
uint32_t as_policy_admin::timeout |
Maximum time in milliseconds to wait for the operation to complete.
If undefined (-1), then the value will default to either as_config.policies.timeout or AS_POLICY_TIMEOUT_DEFAULT
.
Definition at line 635 of file as_policy.h.