Skip to main content

Name

post_validate_set_binding

Synopsis

#include "hooks/core/post_validate_set_binding.h"

| void **post_validate_set_binding** ( | closure, |   | |   | m); |   |

void * <var class="pdparam">closure</var>; ec_message * <var class="pdparam">m</var>;

| int **has_core_post_validate_set_binding_hook** ( | ); |   |

| void **register_core_post_validate_set_binding_hook_first** ( | hook, |   | |   | closure); |   |

ec_hook_core_post_validate_set_binding_func_t <var class="pdparam">hook</var>; void *<var class="pdparam">closure</var>;

| void **register_core_post_validate_set_binding_hook_last** ( | hook, |   | |   | closure); |   |

ec_hook_core_post_validate_set_binding_func_t <var class="pdparam">hook</var>; void *<var class="pdparam">closure</var>;

| void **call_core_post_validate_set_binding_hook** ( | m); |   |

ec_message * <var class="pdparam">m</var>;

Description

This hook is invoked after the validate_set_binding callouts are invoked. This hook is only called if the binding of a message is actually changed, such that if the binding was already set to a valid binding then the validate_set_binding calls will have no effect and the hook will not be called.

Was this page helpful?