![]() |
![]() |
RM instance initialization structure. More...
#include <rm.h>
Data Fields | |
const char * | instName |
Rm_InstType | instType |
union { | |
Rm_ServerCfg serverCfg | |
Rm_ClientDelegateCfg cdCfg | |
Rm_ClientCfg clientCfg | |
Rm_SharedClientCfg sharedClientCfg | |
} | instCfg |
RM instance initialization structure.
union { ... } Rm_InitCfg::instCfg |
Instance-type specific configurations
const char* Rm_InitCfg::instName |
Pointer to a character array containing the instance name. The name of the RM instance can be no greater than RM_NAME_MAX_CHARS. The instance name must match an instance name defined in the "valid-instances" lists contained in the global and static policy DTS files. Resources and privileges to the resources will be based on the name assigned to the RM instance
The type of RM instance that will be created.