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

An IPC message. More...

#include <ipc.h>

Public Attributes

size_t size
 
char data []
 

Detailed Description

An IPC message.

Definition at line 18 of file ipc.h.

Member Data Documentation

◆ size

size_t size

Definition at line 20 of file ipc.h.

Referenced by rpc_call_exec(), and rpc_handle_client().

◆ data

char data[]

Definition at line 21 of file ipc.h.

Referenced by rpc_call_exec(), and rpc_handle_client().


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