Skip to main content

Name

sieve_get_bag — Get the bag associated with the Sieve engine

Synopsis

#include "sieve/ecsieve.h"

| ec_bag * **sieve_get_bag** ( | seng); |   |

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

Description

Get the bag associated with the Sieve engine.

Parameters

seng

Sieve engine state.

Return Value

This function returns a pointer to an ec_bag.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?