Apache HTTPD
Public Attributes | List of all members
apr_dso_handle_t Struct Reference

#include <apr_arch_dso.h>

Public Attributes

apr_pool_tpool
 
void * handle
 
const charerrormsg
 
sym_listsymbols
 
charpath
 

Detailed Description

Definition at line 35 of file apr_arch_dso.h.

Member Data Documentation

◆ errormsg

const char* apr_dso_handle_t::errormsg

Definition at line 38 of file apr_arch_dso.h.

◆ handle

void* apr_dso_handle_t::handle

Definition at line 37 of file apr_arch_dso.h.

◆ path

char* apr_dso_handle_t::path

Definition at line 40 of file apr_arch_dso.h.

◆ pool

apr_pool_t* apr_dso_handle_t::pool

Definition at line 36 of file apr_arch_dso.h.

◆ symbols

sym_list* apr_dso_handle_t::symbols

Definition at line 39 of file apr_arch_dso.h.


The documentation for this struct was generated from the following file: