#include <remote.h>
Public Attributes | |
uint32_t * | effec_domain_ids |
uint32_t | num_domain_ids |
uint64_t | flags |
uint64_t | ctx |
Structure for remote_session_control, used with FASTRPC_CONTEXT_CREATE request, to create a multidomain fastrpc context
uint64_t fastrpc_context_create::ctx |
[out] | Multi-domain context handle |
uint32_t* fastrpc_context_create::effec_domain_ids |
[in] | List of effective domain IDs on which session needs to be created. Needs to be allocated and populated by user. A new effective domain id CANNOT be added to an existing context. |
uint64_t fastrpc_context_create::flags |
[in] | Type of create request (unused) |
uint32_t fastrpc_context_create::num_domain_ids |
[in] | Number of domain ids. Size of effective domain ID array. |