ec_mailq_dequeue_live_message
Last updated March 2020
Name
ec_mailq_dequeue_live_message — Removes a message from the mail queues and returns it if found
Synopsis
#include "mail_queue.h"
| ec_message * **ec_mailq_dequeue_live_message** (
| mid)
; | |
Description
Removes a message from the mail queues and returns it if found.
Note
When this function returns an ec_message, it must take responsibility for that message.
- mid
-
A message ID. For a definition of this data structure see “message_id”.
This function returns an ec_message struct. For a definition of this data structure see “ec_message”.
It is legal to call this function in the Scheduler
thread.
See Also
Was this page helpful?