#include "cpp.h"#include "config.h"#include <sys/stat.h>#include <sys/types.h>#include <zlib.h>#include <cstring>#include "error_numbers.h"#include "file_names.h"#include "filesys.h"#include "client_msgs.h"#include "log_flags.h"#include "parse.h"#include "util.h"#include "str_util.h"#include "client_state.h"#include "pers_file_xfer.h"#include "sandbox.h"#include "client_types.h"

Defines | |
| #define | BUFSIZE 16384 |
Variables | |
| const char * | BOINC_RCSID_b81ff9a584 = "$Id: client_types.cpp 16069 2008-09-26 18:20:24Z davea $" |
| #define BUFSIZE 16384 |
| const char* BOINC_RCSID_b81ff9a584 = "$Id: client_types.cpp 16069 2008-09-26 18:20:24Z davea $" |
1.5.6