MOS Source Code
|
#include <internal.h>
Public Attributes | |
u32 | magic |
id_t | call_id |
u32 | function_id |
u32 | args_count |
char | args_array [] |
Definition at line 20 of file internal.h.
u32 magic |
Definition at line 22 of file internal.h.
Referenced by rpc_call_create(), and rpc_handle_client().
id_t call_id |
Definition at line 23 of file internal.h.
Referenced by rpc_call_exec(), and rpc_handle_client().
u32 function_id |
Definition at line 25 of file internal.h.
Referenced by rpc_call_create(), and rpc_handle_client().
u32 args_count |
Definition at line 26 of file internal.h.
Referenced by rpc_call_arg(), and rpc_handle_client().
char args_array[] |
Definition at line 27 of file internal.h.
Referenced by rpc_call_arg(), and rpc_handle_client().