DSO loading functions

Functions

apr_status_t rxv_spin_dso_load (rxv_spin_ctx_t *ctx, const char *path, apr_dso_handle_t **handle)

Detailed Description

DSO loading functions (mod_spin API)


Function Documentation

apr_status_t rxv_spin_dso_load ( rxv_spin_ctx_t ctx,
const char *  path,
apr_dso_handle_t **  handle 
)

Load a DSO into the cache.

Parameters:
ctx Context
path Full path of the DSO to load
handle DSO handle
Returns:
APR_SUCCESS on successful load, otherwise an error
Example:
 rxv_spin_dso_load(ctx,"/path/to/dso/object.so",&handle);
Remarks:
To preserve pool sanity, this function copies path into the memory allocated from the private pool.
 All Files Functions Typedefs Enumerations Enumerator Defines

Generated on 29 Dec 2009 for mod_spin by  doxygen 1.6.1