sieve_set_module_state
Last updated March 2020
Name
sieve_set_module_state — Set the current module state
Synopsis
#include "sieve/ecsieve.h"
| void * **sieve_set_module_state** (
| seng, | |
| | data)
; | |
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
Was this page helpful?