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

📄 api-support.h

📁 lustre 1.6.5 source code
💻 H
字号:
#ifndef __LNET_API_SUPPORT_H__#define __LNET_API_SUPPORT_H__#if defined(__linux__)#include <lnet/linux/api-support.h>#elif defined(__APPLE__)#include <lnet/darwin/api-support.h>#elif defined(__WINNT__)#include <lnet/winnt/api-support.h>#else#error Unsupported Operating System#endif#include <lnet/types.h>#include <libcfs/kp30.h>#include <lnet/lnet.h>#endif

⌨️ 快捷键说明

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