Skip to main content

Name

__mail_queue_maintain — __mail_queue_maintain is the default implementation if the __mail_queue_maintain hook

Synopsis

#include "mail_queue.h"

| int **__mail_queue_maintain** ( | closure, |   | |   | dr, |   | |   | binding_slot, |   | |   | sl, |   | |   | now, |   | |   | goalsz, |   | |   | reserve); |   |

void * <var class="pdparam">closure</var>; domain_record * <var class="pdparam">dr</var>; ec_binding_slot <var class="pdparam">binding_slot</var>; Skiplist * <var class="pdparam">sl</var>; struct timeval * <var class="pdparam">now</var>; int <var class="pdparam">goalsz</var>; int <var class="pdparam">reserve</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.

__mail_queue_maintain is the default implementation if the __mail_queue_maintain hook.

This is provided as an export so you can create a hook that uses this default as a part of a larger, smarter implementation.

Was this page helpful?