Name
sieve_get_bag — Get the bag associated with the Sieve engine
Synopsis
#include "sieve/ecsieve.h"
| ec_bag * **sieve_get_bag** (
| seng)
; | |
Description
Get the bag associated with the Sieve engine.
- seng
-
Sieve engine state.
This function returns a pointer to an ec_bag.
It is legal to call this function in any thread.
See Also
Was this page helpful?