| WhiteBoard Project using C RPC
    A Project in Distributed Computing at IIIT-Delhi | 
#include <wb.h>

| Data Fields | |
| void(* | sa_handler )(int) | 
| void(* | sa_sigaction )(int, void *, void *) | 
| sigset_t | sa_mask | 
| int | sa_flags | 
| void(* | sa_restorer )(void) | 
| int sigaction::sa_flags | 
Definition at line 33 of file wb.h.
Referenced by delclient_1_svc(), and startclient().
| void(* sigaction::sa_handler) (int) | 
Definition at line 30 of file wb.h.
Referenced by delclient_1_svc(), and startclient().
| sigset_t sigaction::sa_mask | 
Definition at line 32 of file wb.h.
Referenced by delclient_1_svc(), and startclient().