1 /*
2  * Note: this file originally auto-generated by mib2c using
3  *  : mib2c.container.conf,v 1.8 2006/07/26 15:58:26 dts12 Exp $
4  */
5 /* Portions of this file are subject to the following copyright(s).  See
6  * the Net-SNMP's COPYING file for more details and other copyrights
7  * that may apply:
8  */
9 /*
10  * Portions of this file are copyrighted by:
11  * Copyright (C) 2007 Apple, Inc. All rights reserved.
12  * Use is subject to license terms specified in the COPYING file
13  * distributed with the Net-SNMP package.
14  */
15 #ifndef HRSWRUNPERFTABLE_H
16 #define HRSWRUNPERFTABLE_H
17 
18 config_require(host/hrSWRunTable)
19 
20 /*
21  * function declarations
22  */
23 void            init_hrSWRunPerfTable(void);
24 void            shutdown_hrSWRunPerfTable(void);
25 void            initialize_table_hrSWRunPerfTable(void);
26 void            shutdown_table_hrSWRunPerfTable(void);
27 Netsnmp_Node_Handler hrSWRunPerfTable_handler;
28 
29 /*
30  * column number definitions for table hrSWRunPerfTable
31  */
32 #define COLUMN_HRSWRUNPERFCPU		1
33 #define COLUMN_HRSWRUNPERFMEM		2
34 #endif                          /* HRSWRUNPERFTABLE_H */
35