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

Data Fields

struct ABoardnext
 
AClientclients
 
ALine * lines
 

Detailed Description

Definition at line 42 of file server.c.

Field Documentation

◆ clients

AClient* ABoard::clients

Definition at line 45 of file server.c.

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

◆ lines

ALine* ABoard::lines

Definition at line 46 of file server.c.

Referenced by addclient_1_svc(), addline_1_svc(), delboard(), and sendallmylines_1_svc().

◆ next

struct ABoard* ABoard::next

Definition at line 43 of file server.c.

Referenced by find_wbp().


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