Functions | |
apr_status_t | rxv_spin_dso_load (rxv_spin_ctx_t *ctx, const char *path, apr_dso_handle_t **handle) |
DSO loading functions (mod_spin API)
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.
ctx | Context | |
path | Full path of the DSO to load | |
handle | DSO handle |
rxv_spin_dso_load(ctx,"/path/to/dso/object.so",&handle);