Skip to main content

Name

ec_internal_inject — injects and enqueues an internally generated message

Synopsis

#include "soft_bounce.h"

| void **ec_internal_inject** ( | mess, |   | |   | now); |   |

ec_message * <var class="pdparam">mess</var>; struct timeval * <var class="pdparam">now</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

injects and enqueues an internally generated message.

Ensures that an internally generated message is correctly swapped, has a binding assigned, is logged as a reception and then enqueues the message for delivery. This function is safe to call from a non-scheduler thread.

Was this page helpful?