diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-27 23:10:02 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-27 23:10:02 (GMT) |
commit | 2516911cad1e5f26aa92a6b153909b32a3645ac0 (patch) | |
tree | b3003be2ba4d683bad5f54cc504c2b4832bdbebf /src/H5Opkg.h | |
parent | 03c994ee5921d46c7332b494844e55432f7bde31 (diff) | |
download | hdf5-2516911cad1e5f26aa92a6b153909b32a3645ac0.zip hdf5-2516911cad1e5f26aa92a6b153909b32a3645ac0.tar.gz hdf5-2516911cad1e5f26aa92a6b153909b32a3645ac0.tar.bz2 |
[svn-r12988] Description:
General cleanups, in preparation for adding some attribute-tracking fields
to the object header prefix.
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r-- | src/H5Opkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h index 70474da..679e021 100644 --- a/src/H5Opkg.h +++ b/src/H5Opkg.h @@ -185,7 +185,7 @@ struct H5O_t { H5AC_info_t cache_info; /* Information for H5AC cache functions, _must_ be */ /* first field in structure */ unsigned version; /*version number */ - int nlink; /*link count */ + unsigned nlink; /*link count */ size_t skipped_mesg_size; /*size of skipped messages (for sanity checking) */ size_t nmesgs; /*number of messages */ size_t alloc_nmesgs; /*number of message slots */ |