MOS Source Code
Loading...
Searching...
No Matches
rpc_request_t Struct Reference

#include <internal.h>

Public Attributes

u32 magic
 
id_t call_id
 
u32 function_id
 
u32 args_count
 
char args_array []
 

Detailed Description

Definition at line 20 of file internal.h.

Member Data Documentation

◆ magic

u32 magic

Definition at line 22 of file internal.h.

Referenced by rpc_call_create(), and rpc_handle_client().

◆ call_id

id_t call_id

Definition at line 23 of file internal.h.

Referenced by rpc_call_exec(), and rpc_handle_client().

◆ function_id

u32 function_id

Definition at line 25 of file internal.h.

Referenced by rpc_call_create(), and rpc_handle_client().

◆ args_count

u32 args_count

Definition at line 26 of file internal.h.

Referenced by rpc_call_arg(), and rpc_handle_client().

◆ args_array

char args_array[]

Definition at line 27 of file internal.h.

Referenced by rpc_call_arg(), and rpc_handle_client().


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