fred-mod-corba-1.6.2
Data Fields
corba_conf Struct Reference

Configuration structure of corba module. More...

Data Fields

int enabled
 Whether mod_corba is enabled for host. More...
 
int ior_cache_enabled
 Whether IOR caching is enabled. More...
 
const char * ns_loc
 Location of CORBA nameservice. More...
 
apr_table_t * objects
 Names and aliases of managed objects. More...
 
CORBA_ORB orb
 Variables needed for corba submodule. More...
 

Detailed Description

Configuration structure of corba module.

Field Documentation

◆ enabled

int corba_conf::enabled

Whether mod_corba is enabled for host.

Referenced by corba_postconfig_hook(), corba_process_connection(), create_corba_config(), and set_corba().

◆ ior_cache_enabled

int corba_conf::ior_cache_enabled

Whether IOR caching is enabled.

Referenced by corba_process_connection(), create_corba_config(), and set_ior_cache().

◆ ns_loc

const char* corba_conf::ns_loc

◆ objects

apr_table_t* corba_conf::objects

Names and aliases of managed objects.

Referenced by corba_postconfig_hook(), create_corba_config(), ior_cache_fill(), merge_corba_config(), and set_object().

◆ orb

CORBA_ORB corba_conf::orb

Variables needed for corba submodule.

Referenced by corba_postconfig_hook(), corba_process_connection(), and create_corba_config().


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