sieve_get_module_state
Last updated March 2020
Name
sieve_get_module_state — Get the current module state
Synopsis
#include "sieve/ecsieve.h"
| void * **sieve_get_module_state** (
| seng)
; | |
Description
Get the current module state.
- seng
-
The Sieve engine state.
This function returns a pointer to the module_data
field of the SENG.
It is legal to call this function in any thread.
See Also
Was this page helpful?