diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-02-21 13:56:39 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-02-21 13:56:39 (GMT) |
commit | 0dc2b9ea164434583bdbd4e63aafe21b61d80f58 (patch) | |
tree | dda1cddaf7d168e4021fc1750b7794264e3c1cc5 /src/H5Epublic.h | |
parent | 117381d3258fb9e897d07e507247b09d670185be (diff) | |
download | hdf5-0dc2b9ea164434583bdbd4e63aafe21b61d80f58.zip hdf5-0dc2b9ea164434583bdbd4e63aafe21b61d80f58.tar.gz hdf5-0dc2b9ea164434583bdbd4e63aafe21b61d80f58.tar.bz2 |
[svn-r6423] Purpose:
Update
Description:
Added support for the allocation and freeing of space in the file.
This information is kept on the Server.
Platforms tested:
Linux & Modi4
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 f9e6e4a..b520745 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -207,7 +207,8 @@ typedef enum H5E_minor_t { H5E_CANTMAKETREE, /*can't make a TBBT tree */ H5E_CANTRECV, /*can't receive messages from processes */ H5E_CANTSENDMDATA, /*can't send metadata message */ - H5E_CANTCHANGE /*can't register change on server */ + H5E_CANTCHANGE, /*can't register change on server */ + H5E_CANTALLOC /*can't allocate from file */ } H5E_minor_t; /* Information about an error */ |