Framework Components Application Programming Interface (API)  fc-v07
Data Fields
RMAN_Params Struct Reference

The module configuration structure for RMAN. It is set at design time by the system integrator to register the specific Resource Managers(IRESMAN implementations). More...

#include <rman.h>

Collaboration diagram for RMAN_Params:
Collaboration graph

Data Fields

short numRegistries
 Number of registry entries in the RMAN table. More...
 
IRESMAN_PersistentAllocFxnallocFxn
 Memory allocation function for all RMAN memory requirements. More...
 
IRESMAN_PersistentFreeFxnfreeFxn
 Memory free function for all RMAN memory requirements. More...
 
IRES_YieldFxn yieldFxn
 Yield function used to yield to same/higher priority algorithms. If yielding is supported set to valid function, * else NULL. More...
 
Bool yieldSamePriority
 Flag indicating if yield to same priority is okay. More...
 

Detailed Description

The module configuration structure for RMAN. It is set at design time by the system integrator to register the specific Resource Managers(IRESMAN implementations).

Remarks
Typically, system integrators configure these settings using XDC config scripts. System integrators that use that method of configuration can ignore this structure definition. It's auto-generated during the config step by the XDC Tools.

Field Documentation

short RMAN_Params::numRegistries

Number of registry entries in the RMAN table.

IRESMAN_PersistentAllocFxn* RMAN_Params::allocFxn

Memory allocation function for all RMAN memory requirements.

IRESMAN_PersistentFreeFxn* RMAN_Params::freeFxn

Memory free function for all RMAN memory requirements.

IRES_YieldFxn RMAN_Params::yieldFxn

Yield function used to yield to same/higher priority algorithms. If yielding is supported set to valid function, * else NULL.

Bool RMAN_Params::yieldSamePriority

Flag indicating if yield to same priority is okay.


The documentation for this struct was generated from the following file:
Copyright 2016, Texas Instruments Incorporated