MySQL 8.0.40
Source Code Documentation
|
#include <assert.h>
#include <stdlib.h>
#include <inttypes.h>
#include "xcom/app_data.h"
#include "xcom/xcom_profile.h"
#include "my_compiler.h"
#include "xcom/node_no.h"
#include "xcom/server_struct.h"
#include "xcom/simset.h"
#include "xcom/site_def.h"
#include "xcom/site_struct.h"
#include "xcom/synode_no.h"
#include "xcom/task.h"
#include "xcom/task_debug.h"
#include "xcom/xcom_base.h"
#include "xcom/xcom_common.h"
#include "xcom/xcom_detector.h"
#include "xcom/xcom_recover.h"
#include "xcom/xcom_transport.h"
#include "xdr_gen/xcom_vp.h"
Functions | |
void | xcom_recover_init () |
int | xcom_booted () |
Variables | |
task_env * | boot |
task_env * | net_boot |
task_env * | net_recover |
task_env * | killer |
synode_no | executed_msg |
int | client_boot_done = 0 |
int | netboot_ok = 0 |
int xcom_booted | ( | ) |
void xcom_recover_init | ( | ) |
|
extern |
int client_boot_done = 0 |
|
extern |
|
extern |
|
extern |
|
extern |
int netboot_ok = 0 |