mgc_internal.h
来自「lustre 1.6.5 source code」· C头文件 代码 · 共 25 行
H
25 行
/* -*- 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 + =
减小字号Ctrl + -
显示快捷键?