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/H5E.c | |
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/H5E.c')
-rw-r--r-- | src/H5E.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -176,7 +176,8 @@ static const H5E_minor_mesg_t H5E_minor_mesg_g[] = { {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_CANTCHANGE, "Can't register change with server"} + {H5E_CANTCHANGE, "Can't register change with server"}, + {H5E_CANTALLOC, "Can't allocate from file"} }; /* Interface initialization? */ |