scheduler_close_connection
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.
- dc
-
A
delivery_construct
. For documentation of this data structure see “delivery_construct” - domain
-
A string name of the domain.
This function returns void
.
It is legal to call this function in the Scheduler
thread.