set_delayed_queue_event
Last updated March 2020
Name
set_delayed_queue_event — Schedule a mail queue maintainer for this mail_queue
Synopsis
#include "mail_queue.h"
| void **set_delayed_queue_event** ( | mq, | |
| | now); | |
Description
Schedule a mail queue maintainer for this mail_queue.
- mq
-
A pointer to a mail_queue struct. For documentation of this data structure see “mail_queue”.
- now
-
A pointer to a timeval struct, which may be NULL.
**Configuration Change. ** Prior to version 3.0, NULL was not an allowed value.
This function returns void.
It is only legal to call this function in the Scheduler thread.
See Also
Was this page helpful?