summaryrefslogtreecommitdiff
path: root/RDBMS-MIB_src/rdbmsDbParamTable/rdbmsDbParamTable_enums.h
diff options
context:
space:
mode:
authorJoshua Tolley2010-11-26 17:22:01 +0000
committerJoshua Tolley2010-11-26 17:22:01 +0000
commitfe9d8f21bbdfb442b8233b4627a0c67dc458a8bd (patch)
treea88daa49fc47e64777af3d331cf142e0604c2d48 /RDBMS-MIB_src/rdbmsDbParamTable/rdbmsDbParamTable_enums.h
Import from CVSHEADmaster
Diffstat (limited to 'RDBMS-MIB_src/rdbmsDbParamTable/rdbmsDbParamTable_enums.h')
-rw-r--r--RDBMS-MIB_src/rdbmsDbParamTable/rdbmsDbParamTable_enums.h47
1 files changed, 47 insertions, 0 deletions
diff --git a/RDBMS-MIB_src/rdbmsDbParamTable/rdbmsDbParamTable_enums.h b/RDBMS-MIB_src/rdbmsDbParamTable/rdbmsDbParamTable_enums.h
new file mode 100644
index 0000000..8423de9
--- /dev/null
+++ b/RDBMS-MIB_src/rdbmsDbParamTable/rdbmsDbParamTable_enums.h
@@ -0,0 +1,47 @@
+/*-------------------------------------------------------------------------
+ * rdbmsDbParamTable_enums.h
+ *
+ * RDBMSMIB mib module.
+ *
+ * Copyright (c) 2004-2007, PostgreSQL Global Development Group
+ * Author: Joshua Tolley
+ *
+ * $Id: rdbmsDbParamTable_enums.h,v 1.2 2007/09/13 14:20:43 h-saito Exp $
+ *
+ *-------------------------------------------------------------------------
+ */
+
+#ifndef RDBMSDBPARAMTABLE_ENUMS_H
+#define RDBMSDBPARAMTABLE_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 rdbmsDbParamTable
+ *
+ *************************************************************************
+ *************************************************************************/
+
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* RDBMSDBPARAMTABLE_ENUMS_H */