Skip to main content

Name

scheduler_close_connection — Have the scheduler clean up a connection

Synopsis

#include "mail_queue.h"

| void **scheduler_close_connection** ( | dc, |   | |   | domain); |   |

delivery_construct * <var class="pdparam">dc</var>; const char * <var class="pdparam">domain</var>;

Description

Have the scheduler clean up a connection.

Parameters

dc

A delivery_construct. For documentation of this data structure see “delivery_construct”

domain

A string name of the domain.

Return Values

This function returns void.

Threading

It is legal to call this function in the Scheduler thread.

See Also

Was this page helpful?