elclient.c
来自「Path MPICH-V for MPICH the MPI Implement」· C语言 代码 · 共 36 行
C
36 行
/** @file elClient.c implements the communication between daemon and Event Logger * And defines the event logging structure inside daemon */#include "debug.h"#include "config.h"#include "elClient.h"#include "causal.h"#include "daemoncom.h"int ftp_el_connect(struct sockaddr_in *saddr){ return -1;}int ftp_el_get_reex(int s){ return 0;}int ftp_getELfdsets(){ return 0;}void ftp_sendtoEL(int fds){ return;}void ftp_receivefromEL( int fds){ return;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?