#include "xdasd_cmdline.h"
Go to the source code of this file.
Defines | |
| #define | XDASD_SIGTERM 0x01 |
| #define | XDASD_SIGALRM 0x02 |
| #define | XDASD_SIGHUP 0x04 |
| #define | XDASD_SIGINT 0x08 |
Functions | |
| void | xdasd_set_signal (unsigned sigbit) |
| Set the specified signal bit. | |
| int | xdasd_main_init (XDASDCmdLine *cmdline) |
| Server initialization. | |
| void | xdasd_main_run (void) |
| Server run loop. | |
Definition in file xdasd_main.h.
1.5.6