|
WhiteBoard Project using C RPC
A Project in Distributed Computing at IIIT-Delhi
|
#include "wb.h"
Go to the source code of this file.
Functions | |
| static void | endtheclient (int unused) |
| void * | callbackfromwbs_1_svc (OneLn *p) |
| static void | readndraw (int unused) |
| static void | exposedwindow (CLIENT *clp) |
| static void | mousewatch (CLIENT *clp) |
| void | startclient (int nprogram, int nversion, char *servermcnm, char *boardnm, char *xdisplaynm, char *pmcolor) |
Variables | |
| static int | parentid |
| static int | childid |
| static int | xwinio [2] |
| static AddLineArg | me |
| static CLIENT * | clp |
| void* callbackfromwbs_1_svc | ( | OneLn * | p | ) |
|
static |
Definition at line 21 of file client.c.
References childid, closexwindow(), clp, kill(), me, and pmap_unset().
Referenced by startclient().


|
static |
Definition at line 60 of file client.c.
References drawline(), and me.
Referenced by mousewatch().


|
static |
Definition at line 78 of file client.c.
References exposedwindow(), me, startclient(), and trackpointer().
Referenced by startclient().


|
static |
Definition at line 49 of file client.c.
References drawline(), and xwinio.
Referenced by startclient().


| void startclient | ( | int | nprogram, |
| int | nversion, | ||
| char * | servermcnm, | ||
| char * | boardnm, | ||
| char * | xdisplaynm, | ||
| char * | pmcolor | ||
| ) |
Definition at line 106 of file client.c.
References atoir(), childid, clp, endtheclient(), gethostname(), me, mousewatch(), openxwindow(), parentid, readndraw(), sigaction::sa_flags, sigaction::sa_handler, sigaction::sa_mask, sigaction(), sigemptyset(), and xwinio.
Referenced by mousewatch().


|
static |
Definition at line 13 of file client.c.
Referenced by endtheclient(), and startclient().
|
static |
Definition at line 16 of file client.c.
Referenced by endtheclient(), main(), and startclient().
|
static |
Definition at line 15 of file client.c.
Referenced by endtheclient(), exposedwindow(), mousewatch(), and startclient().
|
static |
Definition at line 13 of file client.c.
Referenced by callbackfromwbs_1_svc(), and startclient().
|
static |
Definition at line 14 of file client.c.
Referenced by callbackfromwbs_1_svc(), readndraw(), and startclient().