diff options
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r-- | src/H5Oprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h index 9acf7a6..ef18518 100644 --- a/src/H5Oprivate.h +++ b/src/H5Oprivate.h @@ -169,6 +169,8 @@ typedef struct H5O_shared_t { * (Data structure in memory) * (if the fields in this struct are changed, remember to change the default * link info structure in src/H5Gprivate.h - QAK) + * (if the fields in this struct are changed, also look at the code that + * creates intermediate groups in src/H5Gtraverse.c - QAK) */ typedef struct H5O_linfo_t { /* (creation order info) */ |