ob_get_current_message
Last updated March 2020
Name
ob_get_current_message — Utility function to return the current ec_message
Synopsis
#include "modules/delivery/delivery.h"
| ec_message* **ob_get_current_message** (
| connh)
; | |
Description
**Configuration Change. ** This function is available as of Momentum version 3.5.5.
A utility function to return the ec_message that is currently being processed.
- connh
-
A connection_handle. For a description of this struct see “connection_handle”.
This function returns an ec_message.
It is legal to call this function in any thread.
See Also
Was this page helpful?