Skip to main content

ec_adaptive_sweep_rules_by_binding_domain

Last updated March 2020

Name

ec_adaptive_sweep_rules_by_binding_domain — Return a list of applicable sweep rules for given binding/domain pair

Synopsis

#include "modules/generic/adaptive.h"

| ec_adaptive_sweep_rule * **ec_adaptive_sweep_rules_by_binding_domain** ( | slot, |   | |   | domain); |   |

ec_binding_slot <var class="pdparam">slot</var>; const char * <var class="pdparam">domain</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Return a list of applicable sweep rules for given binding/domain pair.

Parameters

binding
  • binding name
slot
  • binding slot. If not known, pass in -1. Only one of the binding/slot should be used.
domain
  • domain name.

Return Values

  • linked list of ec_adaptive_sweep_rule. Must call ec_adaptive_delref_sweep_rule to release it.

**Configuration Change. ** This feature is available starting from Momentum 3.2.

Was this page helpful?