#include "Process.h"#include <iostream>#include <sys/select.h>#include <signal.h>#include <errno.h>#include <termios.h>Functions | |
| void | sig_chld_handler (int signal, siginfo_t *info, void *data) |
| bool | registerSignalHandler () |
| bool | disableCRLFTranslation (int fd) |
| int | main (int argc, char **argv) |
Variables | |
| static sig_atomic_t | finish = false |
| bool disableCRLFTranslation | ( | int | fd | ) |
Referenced by main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| bool registerSignalHandler | ( | ) |
| void sig_chld_handler | ( | int | signal, | |
| siginfo_t * | info, | |||
| void * | data | |||
| ) |
sig_atomic_t finish = false [static] |
Referenced by main(), DBusServer::run(), sig_chld_handler(), and sig_timer().
1.5.6