WhiteBoard Project using C RPC
A Project in Distributed Computing at IIIT-Delhi
|
Data Fields | |
struct AClient * | next |
ClientData | clientdata |
CLIENT * | 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 AClient::clientdata |
Definition at line 38 of file server.c.
Referenced by addclient_1_svc(), delclient_1_svc(), and find_wbp().
struct AClient* AClient::next |
Definition at line 37 of file server.c.
Referenced by addline_1_svc(), and delclient_1_svc().