ec_spool_ctx_create
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.
- basedir
-
The location of the spool on disk.
This function returns a context representing the spool location. For the definition of this struct see ec_spool_ctx.
It is legal to call this function in the Scheduler
thread.