#include "config.h"#include <cstring>#include <cstdio>#include <cstdarg>#include <cstdlib>#include <unistd.h>#include "app_ipc.h"#include "error_numbers.h"#include "filesys.h"#include "util.h"#include "parse.h"#include "diagnostics.h"

| void boinc_catch_signal | ( | int | signal | ) |


| int boinc_finish_diag | ( | ) |

| void boinc_info | ( | const char * | , | |
| ... | ||||
| ) |
| int boinc_init_diagnostics | ( | int | _flags | ) |

| int boinc_init_graphics_diagnostics | ( | int | _flags | ) |

| int boinc_install_signal_handlers | ( | ) |


| void boinc_set_signal_handler | ( | int | sig, | |
| void(*)(int) | handler | |||
| ) |


| void boinc_set_signal_handler_force | ( | int | sig, | |
| void(*)(int) | handler | |||
| ) |

| void boinc_trace | ( | const char * | pszFormat, | |
| ... | ||||
| ) |
| int diagnostics_cycle_logs | ( | ) |


| int diagnostics_finish | ( | ) |


| char* diagnostics_get_boinc_dir | ( | ) |

| char* diagnostics_get_boinc_install_dir | ( | ) |

| char* diagnostics_get_proxy | ( | ) |

| char* diagnostics_get_symstore | ( | ) |

| int diagnostics_init | ( | int | _flags, | |
| const char * | stdout_prefix, | |||
| const char * | stderr_prefix | |||
| ) |


| int diagnostics_is_aborted_via_gui | ( | ) |

| int diagnostics_is_flag_set | ( | int | _flags | ) |

| int diagnostics_is_initialized | ( | ) |
| int diagnostics_is_proxy_enabled | ( | ) |

| int diagnostics_set_aborted_via_gui | ( | ) |
| void diagnostics_set_max_file_sizes | ( | int | stdout_size, | |
| int | stderr_size | |||
| ) |
| int diagnostics_set_symstore | ( | char * | project_symstore | ) |
| void set_signal_exit_code | ( | int | x | ) |
| const char* BOINC_RCSID_4967ad204c = "$Id: diagnostics.cpp 16069 2008-09-26 18:20:24Z davea $" |
1.5.6