#include "cpp.h"#include "config.h"#include <unistd.h>#include <sys/wait.h>#include <sys/time.h>#include <sys/resource.h>#include <sys/types.h>#include <fcntl.h>#include <cctype>#include <ctime>#include <cstdio>#include <cmath>#include <cstdlib>#include "client_state.h"#include "client_types.h"#include "error_numbers.h"#include "filesys.h"#include "file_names.h"#include "parse.h"#include "shmem.h"#include "str_util.h"#include "client_msgs.h"#include "procinfo.h"#include "sandbox.h"#include "app.h"

Defines | |
| #define | ABORT_TIMEOUT 60 |
| #define | QUIT_TIMEOUT 10 |
Functions | |
| bool | app_running (vector< PROCINFO > &piv, const char *p) |
Variables | |
| const char * | BOINC_RCSID_778b61195e = "$Id: app.cpp 16122 2008-10-03 21:55:34Z boincadm $" |
| #define ABORT_TIMEOUT 60 |
| #define QUIT_TIMEOUT 10 |
| bool app_running | ( | vector< PROCINFO > & | piv, | |
| const char * | p | |||
| ) |

| const char* BOINC_RCSID_778b61195e = "$Id: app.cpp 16122 2008-10-03 21:55:34Z boincadm $" |
1.5.6