⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 elclient.h

📁 Path MPICH-V for MPICH the MPI Implementation
💻 H
字号:
/** @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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -