Skip to main content

Name

config_get_spool_mode — Get the value of the spool_mode option

Synopsis

#include "ec_config.h"

| int **config_get_spool_mode** ( | caller_scope); |   |

generic_module_infrastructure * <var class="pdparam">caller_scope</var>;

Description

Get the value of the spool_mode option.

Note

The caller_scope argument is virtually always NULL; there is no reason for a consumer to make it anything else.

Parameters

caller_scope

Return Values

This function returns the value of the spool_mode option, an octal representation of the file mode for the spool.

Threading

It is legal to call this function in any thread.

Was this page helpful?