#include "ini_config.h"#include "redirecter.h"#include <basis/byte_array.h>#include <basis/convert_utf.h>#include <basis/function.h>#include <basis/log_base.h>#include <basis/mutex.h>#include <basis/portable.h>#include <mechanisms/ithread.h>#include <textual/byte_format.h>#include <stdlib.h>#include <unistd.h>#include <sys/wait.h>Include dependency graph for redirecter.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | LOG(to_print) CLASS_EMERGENCY_LOG(program_wide_logger(), to_print) |
Variables | |
| const int | IO_PAUSE_PERIOD = 50 |
| const int | BUFFER_SIZE = 4096 |
| const char * | REDIRECTER_INI = "redirecter.ini" |
| const char * | PROCESS_SECTION = "process_id" |
| #define LOG | ( | to_print | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), to_print) |
Definition at line 41 of file redirecter.cpp.
| const int BUFFER_SIZE = 4096 |
Definition at line 38 of file redirecter.cpp.
| const int IO_PAUSE_PERIOD = 50 |
Definition at line 36 of file redirecter.cpp.
| const char* PROCESS_SECTION = "process_id" |
| const char* REDIRECTER_INI = "redirecter.ini" |
1.5.1