daemoncom.h
来自「Path MPICH-V for MPICH the MPI Implement」· C头文件 代码 · 共 24 行
H
24 行
/** @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 "connect.h"#include "vtypes.h"#include "flitvec.h"#define ftp_finalize() do {} while(0)#define ftp_probeSaveOrReplay(a) 0#define ftp_readReplay(tag) 0#define ftp_readSave(pkt) do {} while(0)#define ftp_connection_read(a, b) 0#define ftp_connection_write(a, b) 0#define ftp_connection_starting_state( a ) CO_DONE#define ftp_msgrecv_possible(mpipeer, rank) 1#define ftp_msgsend_needed(mpipeer, rank) 0#include "FTPI/ftp_dcom.h"#endif /* DAEMONCOM_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?