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

📄 mgc_internal.h

📁 lustre 1.6.5 source code
💻 H
字号:
/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: */#ifndef _MGC_INTERNAL_H#define _MGC_INTERNAL_H#include <libcfs/kp30.h>#include <lustre/lustre_idl.h>#include <lustre_lib.h>#include <lustre_dlm.h>#include <lustre_log.h>#include <lustre_export.h>#ifdef LPROCFSvoid lprocfs_mgc_init_vars(struct lprocfs_static_vars *lvars);#elsestatic void lprocfs_mgc_init_vars(struct lprocfs_static_vars *lvars){        memset(lvars, 0, sizeof(*lvars));}#endif  /* LPROCFS */#endif  /* _MGC_INTERNAL_H */

⌨️ 快捷键说明

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