#include "cpp.h"#include <stdio.h>#include <sys/time.h>#include "md5_file.h"#include "cert_sig.h"#include "hostinfo.h"#include "coproc.h"#include "miofile.h"


Go to the source code of this file.
Classes | |
| class | FILE_INFO |
| struct | FILE_REF |
| Describes a connection between a file and a workunit, result, or application. More... | |
| struct | DAILY_STATS |
| statistics at a specific day More... | |
| struct | RR_SIM_PROJECT_STATUS |
| class | PROJECT |
| class | APP |
| class | APP_VERSION |
| class | WORKUNIT |
| class | RESULT |
| class | MODE |
| represents an always/auto/never value, possibly temporarily overridden More... | |
| class | PLATFORM |
| a platform supported by the client. More... | |
Defines | |
| #define | P_LOW 1 |
| #define | P_MEDIUM 3 |
| #define | P_HIGH 5 |
| #define | MAX_FILE_INFO_LEN 4096 |
| #define | MAX_SIGNATURE_LEN 4096 |
| #define | MAX_KEY_LEN 4096 |
| #define | FILE_NOT_PRESENT 0 |
| #define | FILE_PRESENT 1 |
| #define | FILE_XFER_FAILURE_LIMIT 3 |
Functions | |
| bool | operator< (const DAILY_STATS &, const DAILY_STATS &) |
| #define FILE_NOT_PRESENT 0 |
| #define FILE_PRESENT 1 |
| #define FILE_XFER_FAILURE_LIMIT 3 |
| #define MAX_FILE_INFO_LEN 4096 |
| #define MAX_KEY_LEN 4096 |
| #define MAX_SIGNATURE_LEN 4096 |
| #define P_HIGH 5 |
| #define P_LOW 1 |
| #define P_MEDIUM 3 |
| bool operator< | ( | const DAILY_STATS & | , | |
| const DAILY_STATS & | ||||
| ) |
1.5.6