Skip to main content

Name

ec_message_context_discard — Discards the context dictionaries. They will be re-fetched on demand

Synopsis

#include "ec_message.h"

| void **ec_message_context_discard** ( | mess); |   |

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

Description

Discards the message context dictionaries for this message. They will be re-fetched on demand.

Parameters

mess

A pointer to an ec_message struct. For documentation of this data structure see “ec_message”

Return Values

This function returns void.

Threading

It is legal to call this function in any thread. However, it is strongly recommended that it only be called from the scheduler thread.

See Also

Was this page helpful?