WhiteBoard Project using C RPC
A Project in Distributed Computing at IIIT-Delhi
AClient Struct Reference
Collaboration diagram for AClient:
Collaboration graph

Data Fields

struct AClientnext
 
ClientData clientdata
 
CLIENT * callback
 

Detailed Description

Definition at line 36 of file server.c.

Field Documentation

◆ callback

CLIENT* AClient::callback

Definition at line 39 of file server.c.

Referenced by addclient_1_svc(), addline_1_svc(), and delclient_1_svc().

◆ clientdata

ClientData AClient::clientdata

Definition at line 38 of file server.c.

Referenced by addclient_1_svc(), delclient_1_svc(), and find_wbp().

◆ next

struct AClient* AClient::next

Definition at line 37 of file server.c.

Referenced by addline_1_svc(), and delclient_1_svc().


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