umh_wait.h
来自「ocfs1.4.1 oracle分布式文件系统」· C头文件 代码 · 共 11 行
H
11 行
#ifndef KAPI_KMOD_H#define KAPI_KMOD_Henum umh_wait { UMH_NO_WAIT = -1, /* don't wait at all */ UMH_WAIT_EXEC = 0, /* wait for the exec, but not the process */ UMH_WAIT_PROC = 1, /* wait for the process to complete */};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?