ec_spool_ctx_create
Last updated March 2020
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)
; | |
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.
See Also
Was this page helpful?