MySQL 8.4.0
Source Code Documentation
xcom_recover.cc File Reference
#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_envboot
 
task_envnet_boot
 
task_envnet_recover
 
task_envkiller
 
synode_no executed_msg
 
int client_boot_done = 0
 
int netboot_ok = 0
 

Function Documentation

◆ xcom_booted()

int xcom_booted ( )

◆ xcom_recover_init()

void xcom_recover_init ( )

Variable Documentation

◆ boot

task_env* boot
extern

◆ client_boot_done

int client_boot_done = 0

◆ executed_msg

synode_no executed_msg
extern

◆ killer

task_env* killer
extern

◆ net_boot

task_env* net_boot
extern

◆ net_recover

task_env* net_recover
extern

◆ netboot_ok

int netboot_ok = 0