Skip to main content

ec_mailq_set_next_attempt_prep_quick

Last updated March 2020

Name

ec_mailq_set_next_attempt_prep_quick — pre-calculates next attempt times

Synopsis

#include "mail_queue.h"

| void **ec_mailq_set_next_attempt_prep_quick** ( | binding_slot, |   | |   | dr, |   | |   | now, |   | |   | cdate_thresh, |   | |   | interval, |   | |   | max_times); |   |

ec_binding_slot <var class="pdparam">binding_slot</var>; domain_record * <var class="pdparam">dr</var>; struct timeval * <var class="pdparam">now</var>; time_t * <var class="pdparam">cdate_thresh</var>; time_t * <var class="pdparam">interval</var>; int * <var class="pdparam">max_times</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.

pre-calculates next attempt times.

Was this page helpful?