diff options
Diffstat (limited to 'src/H5FPprivate.h')
-rw-r--r-- | src/H5FPprivate.h | 2 |
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, |