![]() |
![]() |
RM client delegate (CD) initialization configurations. More...
#include <rm.h>
Data Fields | |
void * | cdPolicy |
RM client delegate (CD) initialization configurations.
Pointer to a client delegate policy used by the CD to allocate resources without contacting the server. The cdPolicy will be used by the CD to determine whether clients connected to the CD can be allocated resources provided to the CD by the server.
The cdPolicy will also act as a static policy until the transport to the server has been established. Static allocations can occur before the instance has been attached to a server instance within the RM system. This is useful for allocating resources prior to main(). Resources allocated via the static policy will be verified against the global policy once the CD connects with the server. The static policy must be in DTB format.
To guarantee proper resource permission synchronization between the CD and server the cdPolicy must either be an exact copy of the globalPolicy or a exact replica of a subset of the globalPolicy provided to the server at initialization.