iopause.h2

来自「daemontools-0.76.tar.gz是在linux环境下自动监控进程的」· H2 代码 · 共 21 行

H2
21
字号
/* Public domain. */#ifndef IOPAUSE_H#define IOPAUSE_H/* sysdep: +poll */#define IOPAUSE_POLL#include <sys/types.h>#include <poll.h>typedef struct pollfd iopause_fd;#define IOPAUSE_READ POLLIN#define IOPAUSE_WRITE POLLOUT#include "taia.h"extern void iopause(iopause_fd *,unsigned int,struct taia *,struct taia *);#endif

⌨️ 快捷键说明

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