![]() |
Batch Policy
Definition at line 536 of file as_policy.h.
#include "as_policy.h"
Data Fields | |
uint32_t | timeout |
Related Functions | |
(Note that these are not member functions.) | |
as_policy_batch * | as_policy_batch_init (as_policy_batch *p) |
|
related |
Initialize as_policy_batch to default values.
p | The policy to initialize |
uint32_t as_policy_batch::timeout |
Maximum time in milliseconds to wait for the operation to complete.
If 0 (zero), then the value will default to either as_config.policies.timeout or AS_POLICY_TIMEOUT_DEFAULT
.
Definition at line 546 of file as_policy.h.