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/H5Epublic.h | |
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/H5Epublic.h')
-rw-r--r-- | src/H5Epublic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h index c6ab38a..f9e6e4a 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -206,7 +206,8 @@ typedef enum H5E_minor_t { /* FPHDF5 errors */ H5E_CANTMAKETREE, /*can't make a TBBT tree */ 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 on server */ } H5E_minor_t; /* Information about an error */ |