summaryrefslogtreecommitdiffstats
path: root/src/H5FPprivate.h
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-11-12 22:54:11 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-11-12 22:54:11 (GMT)
commit9b3826267baa99ed6fee111afb7990550800bb30 (patch)
tree4ca939a4017ecfbc21c8741a2b6203b9cb6a399f /src/H5FPprivate.h
parent10fb09658676e19e89a4fd0377fb9e5d0da35cdb (diff)
downloadhdf5-9b3826267baa99ed6fee111afb7990550800bb30.zip
hdf5-9b3826267baa99ed6fee111afb7990550800bb30.tar.gz
hdf5-9b3826267baa99ed6fee111afb7990550800bb30.tar.bz2
[svn-r6084] Purpose:
FPHDF5 Fixups Description: - Stopped using API calls in the H5FPclient code. It now uses internal library calls. - Removed some FIXME comments because they've been fixed. - Small fix for an enum starting at 37 for no reason :-) Platforms tested: Eirene (only affects FPHDF5, so no need to test 3 platforms just yet).
Diffstat (limited to 'src/H5FPprivate.h')
-rw-r--r--src/H5FPprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FPprivate.h b/src/H5FPprivate.h
index 2e1210a..4da58cb 100644
--- a/src/H5FPprivate.h
+++ b/src/H5FPprivate.h
@@ -142,7 +142,7 @@ extern MPI_Datatype SAP_sync_t; /* MPI datatype for the SAP_sync obj */
* search for it after getting the appropriate request.
*/
enum {
- H5FP_TAG_REQUEST = 37, /* FIXME: Why is this 37? -QAK */
+ H5FP_TAG_REQUEST,
H5FP_TAG_REPLY,
H5FP_TAG_SYNC,
H5FP_TAG_METADATA,