📄 daemoncom.h
字号:
/** @file daemoncom.h defines the communication between daemons implied in the fault tolerant protocol */#ifndef DAEMONCOM_H#define DAEMONCOM_H#include "debug.h"#include "config.h"#include "receiverbased.h"/* #define CO_HNOTDONE 1 *//* #define CO_DONE 2 */long *daemon_exportnbprobe(void);listeMessages *daemon_exportrb(void);long getnbprobe();void setnbprobe(long n);/** save pending messages and send warn messages to all peer */void launch_ckpt();/** re-initialize checkpoint information var */void ckpt_info_reinit();/** set the state on warn*/void ckpt_csched_warn();/** return true when all checkpoint markers have arrived in communication * channels. false otherwise. */int cl_ckptmark_status(void);#define ftp_finalize() do {} while(0)#define ftp_msgrecv_possible(mpipeer, rank) 1#define ftp_msgsend_needed(mpipeer, rank) 0#define ftp_readReplay(tag) 0#include "FTPI/ftp_dcom.h"#endif /* DAEMONCOM_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -