__get_global_mail_queue
Name
__get_global_mail_queue — Allocates memory and initializes the global mail queue
Synopsis
#include "mail_queue.h"
| Skiplist * **__get_global_mail_queue** (
| )
; | |
Description
Allocates memory and initializes the global mail queue.
This function returns the address of a newly allocated global mail queue. This is an address of a “Skiplist”.
Warning
Only call this function from the Scheduler
thread.
See Also
mail_queue_active_queue_for_binding, mail_queue_purge_domain_binding, mail_queue_delayed_size, and mail_queue_size.