sieve_set_module_state
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.
- seng
-
The Sieve engine state.
- data
-
The data for the
module_data
field of the Sieve engine.
This function returns void.
It is legal to call this function in any thread.
See Also
Section 68.73, “SENG (sieve_engine)” and sieve_get_module_state