Skip to main content

Name

sieve_get_module_state — Get the current module state

Synopsis

#include "sieve/ecsieve.h"

| void * **sieve_get_module_state** ( | seng); |   |

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

Description

Get the current module state.

Parameters

seng

The Sieve engine state.

Return Value

This function returns a pointer to the module_data field of the SENG.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?