Remote Interface
Remote API
fastrpc_context_create Struct Reference

#include <remote.h>

Public Attributes

uint32_t * effec_domain_ids
 
uint32_t num_domain_ids
 
uint64_t flags
 
uint64_t ctx
 

Detailed Description

Structure for remote_session_control, used with FASTRPC_CONTEXT_CREATE request, to create a multidomain fastrpc context

Member Data Documentation

◆ ctx

uint64_t fastrpc_context_create::ctx
Parameters
[out]Multi-domain context handle

◆ effec_domain_ids

uint32_t* fastrpc_context_create::effec_domain_ids
Parameters
[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.

◆ flags

uint64_t fastrpc_context_create::flags
Parameters
[in]Type of create request (unused)

◆ num_domain_ids

uint32_t fastrpc_context_create::num_domain_ids
Parameters
[in]Number of domain ids. Size of effective domain ID array.

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