elclient.h

来自「Path MPICH-V for MPICH the MPI Implement」· C头文件 代码 · 共 19 行

H
19
字号
/** @file elClient.h defines the communication between daemon and Event Logger * And defines the event logging structure inside daemon */#ifndef ELCLIENT_H#define ELCLIENT_H#include "debug.h"#include "config.h"#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#define EVENT_BUFF_SIZE 1024#include "FTPI/ftp_elc.h"#endif /** ELCLIENT_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?