Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / mgc / mgc_internal.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  */
4
5 #ifndef _MGC_INTERNAL_H
6 #define _MGC_INTERNAL_H
7
8 #include <libcfs/libcfs.h>
9 #include <lustre/lustre_idl.h>
10 #include <lustre_lib.h>
11 #include <lustre_dlm.h>
12 #include <lustre_log.h>
13 #include <lustre_export.h>
14
15 #ifdef LPROCFS
16 void lprocfs_mgc_init_vars(struct lprocfs_static_vars *lvars);
17 #else
18 static void lprocfs_mgc_init_vars(struct lprocfs_static_vars *lvars)
19 {
20         memset(lvars, 0, sizeof(*lvars));
21 }
22 #endif  /* LPROCFS */
23
24 #endif  /* _MGC_INTERNAL_H */