Whamcloud - gitweb
un-do __u32 changes from bz-13289 which are causing compile errors
[fs/lustre-release.git] / snmp / lustre-snmp.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  *
4  *  Copyright (c) 2005 Cluster File Systems, Inc.
5  *   Author: PJ Kirner <pjkirner@clusterfs.com>
6  *
7  *   This file is part of Lustre, http://www.lustre.org.
8  *
9  *   Lustre is free software; you can redistribute it and/or
10  *   modify it under the terms of version 2 of the GNU General Public
11  *   License as published by the Free Software Foundation.
12  *
13  *   Lustre is distributed in the hope that it will be useful,
14  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
15  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  *   GNU General Public License for more details.
17  *
18  *   You should have received a copy of the GNU General Public License
19  *   along with Lustre; if not, write to the Free Software
20  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21  */
22
23 #ifndef LUSTRE_SNMP_H
24 #define LUSTRE_SNMP_H
25
26 #include "lustre-snmp-util.h"
27
28 config_require(util_funcs)
29 config_add_mib(LUSTRE-MIB)
30 config_require(lustre/cfs_util)
31 config_require(lustre/cfs_trap)
32
33 /* function prototypes */
34 void   init_cfsNetSNMPPlugin(void);
35 FindVarMethod var_clusterFileSystems;
36 FindVarMethod var_osdTable;
37 FindVarMethod var_oscTable;
38 FindVarMethod var_mdsTable;
39 FindVarMethod var_mdcTable;
40 FindVarMethod var_cliTable;
41 FindVarMethod var_ldlmTable;
42 FindVarMethod var_lovTable;
43 WriteMethod write_sysStatus;
44
45 #endif /* LUSTRE_SNMP_H */