summaryrefslogtreecommitdiffstats
path: root/src/H5FPserver.c
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-09-18 21:54:13 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-09-18 21:54:13 (GMT)
commitf86cc0f1f479b7c2d998f59c3db293baf98e2eca (patch)
treecd110003390feafdc93727c5f04c8e623194bd62 /src/H5FPserver.c
parent1440f2c2db7cce110052d5363796b634b676090f (diff)
downloadhdf5-f86cc0f1f479b7c2d998f59c3db293baf98e2eca.zip
hdf5-f86cc0f1f479b7c2d998f59c3db293baf98e2eca.tar.gz
hdf5-f86cc0f1f479b7c2d998f59c3db293baf98e2eca.tar.bz2
[svn-r7491] Purpose:
FPHDF5 Update Description: Added locking/unlocking to the AC_protect/AC_unprotect calls. The SAP does all of the caching so nothing should be saved on the client side. So, when the client unlocks the metadata, it can destroy it. The metadata is always read from the SAP during a lock. Platforms tested: Linux (FPHDF5 specific change. No need for h5committest)
Diffstat (limited to 'src/H5FPserver.c')
-rw-r--r--src/H5FPserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FPserver.c b/src/H5FPserver.c
index d45f1da..4a3ac78 100644
--- a/src/H5FPserver.c
+++ b/src/H5FPserver.c
@@ -102,7 +102,7 @@ typedef struct {
/*
* This marks the point at which we want to dump all of the metadata
- * write to a process so that that process can write them to the file.
+ * to a process so that that process can write them to the file.
*/
#define H5FP_MDATA_CACHE_HIGHWATER_MARK 1024