Skip to main content

Name

sieve_set_module_state — Set the current module state

Synopsis

#include "sieve/ecsieve.h"

| void * **sieve_set_module_state** ( | seng, |   | |   | data); |   |

SENG * <var class="pdparam">seng</var>; void * <var class="pdparam">data</var>;

Description

Set the current module state.

Parameters

seng

The Sieve engine state.

data

The data for the module_data field of the Sieve engine.

Return Value

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?