Sets the configuration for a pool.
BOOLEAN mpool_set_config( MPOOL pool, MPOOL_CONFIG * config );
pool
config
You must call mpool_get_config to retrieve the configuration you want mpool_set_config to modify.
EEXIST |
The pool is deleted. |
EINVAL |
The pool is not a valid MPOOL or the value of config is NULL. |
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 4.0 | intime/rt/include/mpool.h | mpool.h | clib.lib |