Skip to main content

Name

ec_spool_ctx_create — Create a spool context for a location on disk

Synopsis

#include "spool.h"

| ec_spool_ctx * **ec_spool_ctx_create** ( | basedir); |   |

const char * <var class="pdparam">basedir</var>;

Description

Create a spool context for a location on disk.

Parameters

basedir

The location of the spool on disk.

Return Values

This function returns a context representing the spool location. For the definition of this struct see ec_spool_ctx.

Threading

It is legal to call this function in the Scheduler thread.

See Also

Was this page helpful?