ec_mailq_find_live_message
Last updated March 2020
Name
ec_mailq_find_live_message — Finds a message in the message queues and returns it
Synopsis
#include "mail_queue.h"
| ec_message * **ec_mailq_find_live_message** (
| mid)
; | |
Description
This function finds a message in the message queues and returns it. The message is still queued.
- mid
-
A message_id struct. 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?