The pool_dynamic_location() function returns the location used by the pools framework to store the dynamic configuration.
The pool_static_location() function returns the location used by the pools framework to store the default configuration used for pools framework instantiation.
The pool_version() function may be used to enquire about the version number of the library by specifying POOL_VER_NONE. The current (most capable) version is POOL_VER_CURRENT. The user can set the version used by the library by specifying
the required version number. If this is not possible, the version returned will be POOL_VER_NONE.
|