#include <unistd.h>#include "../../str.h"#include "cpl_env.h"


Go to the source code of this file.
Data Structures | |
| struct | cpl_cmd |
Defines | |
| #define | CPL_LOG_CMD 1 |
| #define | CPL_MAIL_CMD 2 |
| #define | MAX_LOG_DIR_SIZE 256 |
Functions | |
| void | cpl_aux_process (int cmd_out, char *log_dir) |
| static void | write_cpl_cmd (unsigned int code, str *s1, str *s2, str *s3) |
| #define CPL_LOG_CMD 1 |
| #define CPL_MAIL_CMD 2 |
| #define MAX_LOG_DIR_SIZE 256 |
| void cpl_aux_process | ( | int | cmd_out, | |
| char * | log_dir | |||
| ) |
Definition at line 223 of file cpl_nonsig.c.
References cpl_cmd::code, CPL_LOG_CMD, CPL_MAIL_CMD, file, file_ptr, len, LM_ERR, send_mail(), and write_log().
Referenced by cpl_process().
Definition at line 52 of file cpl_nonsig.h.
References cpl_enviroment::cmd_pipe, cpl_cmd::code, cpl_env, LM_ERR, cpl_cmd::s1, cpl_cmd::s2, and cpl_cmd::s3.
Referenced by run_log(), and run_mail().
1.5.6