Skip to main content

config_get_binding_domain_drop_body_after_trans_fail

Last updated March 2020

Name

config_get_binding_domain_drop_body_after_trans_fail — Determine the value of the drop_body_after_trans_fail option

Synopsis

#include "ec_config.h"

| int **config_get_binding_domain_drop_body_after_trans_fail** ( | caller_scope, |   | |   | binding, |   | |   | domain); |   |

generic_module_infrastructure * <var class="pdparam">caller_scope</var>; int <var class="pdparam">binding</var>; const char * <var class="pdparam">domain</var>;

Description

Determine the value of the drop_body_after_trans_fail option.

Note

The caller_scope argument is virtually always NULL; there is no reason for a consumer to make it anything else.

Parameters

caller_scope

For more information about this struct see generic_module_infrastructure.

binding

To determine the binding identifier see config_get_binding_id_from_name.

domain

The domain name.

Return Values

This function returns an int. For the meaning of this value see drop_body_after_trans_fail.

Threading

It is legal to call this function in any thread.

Was this page helpful?