2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-24 17:51:25 +08:00

[svn-r7376] Purpose:

Bug fix/code cleanup

Description:
    Add more stream ID information to Pablo definitions.

Platforms tested:
    None - waiting for daily test tomorrow.
This commit is contained in:
Quincey Koziol 2003-08-16 09:49:58 -05:00
parent 3a9da6ae38
commit f126a1cf6f
2 changed files with 2 additions and 0 deletions

@ -1623,6 +1623,7 @@ ID_H5FD_mpio_c,
ID_H5FD_mpiposix_c,
ID_H5FD_sec2_c,
ID_H5FD_srb_c,
ID_H5FD_stream_c,
ID_H5FL_c,
ID_H5FO_c,
ID_H5FP_c,

@ -16,6 +16,7 @@
#define H5FD_mpiposix_mask ID_H5FD_mpiposix_c
#define H5FD_sec2_mask ID_H5FD_sec2_c
#define H5FD_srb_mask ID_H5FD_srb_c
#define H5FD_stream_mask ID_H5FD_stream_c
#define H5FL_mask ID_H5FL_c
#define H5FO_mask ID_H5FO_c
#define H5FP_mask ID_H5FP_c