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

Public Attributes

const char * server_name
 
ipcfd_t fd
 
mutex_t mutex
 
atomic_t callid
 

Detailed Description

Definition at line 49 of file rpc_client.c.

Member Data Documentation

◆ server_name

const char* server_name

Definition at line 51 of file rpc_client.c.

Referenced by rpc_client_create().

◆ fd

ipcfd_t fd

Definition at line 52 of file rpc_client.c.

Referenced by rpc_call_exec(), rpc_client_create(), and rpc_client_destroy().

◆ mutex

mutex_t mutex

Definition at line 53 of file rpc_client.c.

Referenced by rpc_call_exec(), and rpc_client_destroy().

◆ callid

atomic_t callid

Definition at line 54 of file rpc_client.c.

Referenced by rpc_call_exec().


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