diff options
Diffstat (limited to 'PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_enums.h')
-rw-r--r-- | PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_enums.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_enums.h b/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_enums.h new file mode 100644 index 0000000..5fcc4cd --- /dev/null +++ b/PGSQL-MIB_src/pgsnmpdTables/pgsnmpdConnectionsTable_enums.h @@ -0,0 +1,40 @@ +/* + * Note: this file originally auto-generated by mib2c using + * : generic-table-enums.m2c,v 1.3 2004/05/18 17:44:32 rstory Exp $ + * + * $Id: pgsnmpdConnectionsTable_enums.h,v 1.1 2007/10/30 11:44:41 eggyknap Exp $ + */ +#ifndef PGSNMPDCONNECTIONSTABLE_ENUMS_H +#define PGSNMPDCONNECTIONSTABLE_ENUMS_H + +#ifdef __cplusplus +extern "C" { +#endif + + /* + * NOTES on enums + * ============== + * + * Value Mapping + * ------------- + * If the values for your data type don't exactly match the + * possible values defined by the mib, you should map them + * below. For example, a boolean flag (1/0) is usually represented + * as a TruthValue in a MIB, which maps to the values (1/2). + * + */ +/************************************************************************* + ************************************************************************* + * + * enum definitions for table pgsnmpdConnectionsTable + * + ************************************************************************* + *************************************************************************/ + + + +#ifdef __cplusplus +} +#endif + +#endif /* PGSNMPDCONNECTIONSTABLE_ENUMS_H */ |