All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields | Related Functions
as_policy_info Struct Reference

Detailed Description

Info Policy

Definition at line 575 of file as_policy.h.

#include "as_policy.h"

+ Collaboration diagram for as_policy_info:

Data Fields

bool check_bounds
 
bool send_as_is
 
uint32_t timeout
 

Related Functions

(Note that these are not member functions.)

static void as_policy_info_copy (as_policy_info *src, as_policy_info *trg)
 
static as_policy_infoas_policy_info_init (as_policy_info *p)
 

Friends And Related Function Documentation

static void as_policy_info_copy ( as_policy_info src,
as_policy_info trg 
)
related

Copy as_policy_info values.

Parameters
srcThe source policy.
trgThe target policy.

Definition at line 984 of file as_policy.h.

References check_bounds, send_as_is, and timeout.

static as_policy_info * as_policy_info_init ( as_policy_info p)
related

Initialize as_policy_info to default values.

Parameters
pThe policy to initialize.
Returns
The initialized policy.

Definition at line 967 of file as_policy.h.

References AS_POLICY_TIMEOUT_DEFAULT, check_bounds, send_as_is, and timeout.

Field Documentation

bool as_policy_info::check_bounds

Ensure the request is within allowable size limits.

Definition at line 595 of file as_policy.h.

bool as_policy_info::send_as_is

Send request without any further processing.

Definition at line 590 of file as_policy.h.

uint32_t as_policy_info::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 585 of file as_policy.h.


The documentation for this struct was generated from the following file: