inc_outbound_mess_throttle
Name
inc_outbound_mess_throttle
Synopsis
#include "hooks/core/inc_outbound_mess_throttle.h"
| void **inc_outbound_mess_throttle** (
| closure, | |
| | binding_id, | |
| | dr)
; | |
void * <var class="pdparam">closure</var>
;
int <var class="pdparam">binding_id</var>
;
domain_record * <var class="pdparam">dr</var>
;
| int **has_core_inc_outbound_mess_throttle_hook** (
| )
; | |
| void **register_core_inc_outbound_mess_throttle_hook_first** (
| hook, | |
| | closure)
; | |
ec_hook_core_inc_outbound_mess_throttle_func_t <var class="pdparam">hook</var>
;
void *<var class="pdparam">closure</var>
;
| void **register_core_inc_outbound_mess_throttle_hook_last** (
| hook, | |
| | closure)
; | |
ec_hook_core_inc_outbound_mess_throttle_func_t <var class="pdparam">hook</var>
;
void *<var class="pdparam">closure</var>
;
| void **call_core_inc_outbound_mess_throttle_hook** (
| binding_id, | |
| | dr)
; | |
Description
When a message begins to be delivered, this hook is called with the binding ID and domain record associated with the message.