summaryrefslogtreecommitdiffstats
path: root/src/H5ACprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5ACprivate.h')
-rw-r--r--src/H5ACprivate.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/H5ACprivate.h b/src/H5ACprivate.h
index 2251af4..19d3657 100644
--- a/src/H5ACprivate.h
+++ b/src/H5ACprivate.h
@@ -57,7 +57,11 @@
#define H5AC_TAG_SIZE sizeof(haddr_t)
#define H5AC_TAG_DEF (H5AC__INVALID_TAG)
-/* Types of metadata objects cached */
+/* Types of metadata objects cached
+ *
+ * NOTE: If you add types to this enum, please update
+ * the list of types in type_names_g in H5Cdbg.c!
+ */
typedef enum {
H5AC_BT_ID = 0, /* ( 0) B-tree nodes */
H5AC_SNODE_ID, /* ( 1) symbol table nodes */