#include "config.h"#include <cstdarg>#include <cstring>#include <deque>#include "str_util.h"#include "log_flags.h"#include "client_types.h"#include "client_msgs.h"

Defines | |
| #define | MAX_SAVED_MESSAGES 1000 |
Functions | |
| void | msg_printf (PROJECT *p, int priority, const char *fmt,...) |
| void | record_message (PROJECT *p, int priority, int now, char *message) |
Variables | |
| deque< MESSAGE_DESC * > | message_descs |
| const char * | BOINC_RCSID_9572274f4f = "$Id: client_msgs.cpp 16069 2008-09-26 18:20:24Z davea $" |
| #define MAX_SAVED_MESSAGES 1000 |
| void msg_printf | ( | PROJECT * | p, | |
| int | priority, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |

| void record_message | ( | PROJECT * | p, | |
| int | priority, | |||
| int | now, | |||
| char * | message | |||
| ) |


| const char* BOINC_RCSID_9572274f4f = "$Id: client_msgs.cpp 16069 2008-09-26 18:20:24Z davea $" |
| deque<MESSAGE_DESC*> message_descs |
1.5.6