scheduler_close_connection
Last updated March 2020
Name
scheduler_close_connection — Have the scheduler clean up a connection
Synopsis
#include "mail_queue.h"
| void **scheduler_close_connection** (
| dc, | |
| | domain)
; | |
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.
See Also
Was this page helpful?