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

Detailed Description

Scan Policy

Definition at line 555 of file as_policy.h.

#include "as_policy.h"

+ Collaboration diagram for as_policy_scan:

Data Fields

bool fail_on_cluster_change
 
uint32_t timeout
 

Related Functions

(Note that these are not member functions.)

static void as_policy_scan_copy (as_policy_scan *src, as_policy_scan *trg)
 
static as_policy_scanas_policy_scan_init (as_policy_scan *p)
 

Friends And Related Function Documentation

static void as_policy_scan_copy ( as_policy_scan src,
as_policy_scan trg 
)
related

Copy as_policy_scan values.

Parameters
srcThe source policy.
trgThe target policy.

Definition at line 1076 of file as_policy.h.

References fail_on_cluster_change, and timeout.

static as_policy_scan * as_policy_scan_init ( as_policy_scan p)
related

Initialize as_policy_scan to default values.

Parameters
pThe policy to initialize.
Returns
The initialized policy.

Definition at line 1060 of file as_policy.h.

References fail_on_cluster_change, and timeout.

Field Documentation

bool as_policy_scan::fail_on_cluster_change

Abort the scan if the cluster is not in a stable state.

Definition at line 568 of file as_policy.h.

uint32_t as_policy_scan::timeout

Maximum time in milliseconds to wait for the operation to complete.

The default (0) means do not timeout.

Definition at line 562 of file as_policy.h.


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