diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-01-27 20:38:38 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-01-27 20:38:38 (GMT) |
commit | 749c50fcd861429c408cb21b6e595addafa959f2 (patch) | |
tree | b61c79b80b21c8f33b4bc740901c217d149fe564 /src/H5E.c | |
parent | a6542d06b12340af99731eacb1d9687cdc8738ed (diff) | |
download | hdf5-749c50fcd861429c408cb21b6e595addafa959f2.zip hdf5-749c50fcd861429c408cb21b6e595addafa959f2.tar.gz hdf5-749c50fcd861429c408cb21b6e595addafa959f2.tar.bz2 |
[svn-r6336] Purpose:
Update
Description:
This is the first conversion of the FPHDF5 code to be a metadata
cache. There's an extra error message. I rewrote the sync/change code
to be read metadata/write metadata instead.
I still need to hook these changes into the HDF5 code so that it
looks at the SAP first before checking the file for metadata.
Platforms tested:
Linux
Diffstat (limited to 'src/H5E.c')
-rw-r--r-- | src/H5E.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -175,7 +175,8 @@ static const H5E_minor_mesg_t H5E_minor_mesg_g[] = { /* FPHDF5 errors */ {H5E_CANTMAKETREE, "Can't create a binary tree node"}, {H5E_CANTRECV, "Can't receive messages from processes"}, - {H5E_CANTSENDMDATA, "Can't send metadata message"} + {H5E_CANTSENDMDATA, "Can't send metadata message"}, + {H5E_CANTCHANGE, "Can't register change with server"} }; /* Interface initialization? */ |