diff options
author | Jordan Henderson <jhenderson@hdfgroup.org> | 2017-07-05 19:36:54 (GMT) |
---|---|---|
committer | Jordan Henderson <jhenderson@hdfgroup.org> | 2017-07-05 19:36:54 (GMT) |
commit | 0531d92d742d77a8b635f89bf9e8564d88dd4c84 (patch) | |
tree | a23c46276e3b41916c59b00005dd54b15e7cdb41 | |
parent | 0f78b954f28ebccd1f3b482f7ef5f3bee8817b7b (diff) | |
download | hdf5-0531d92d742d77a8b635f89bf9e8564d88dd4c84.zip hdf5-0531d92d742d77a8b635f89bf9e8564d88dd4c84.tar.gz hdf5-0531d92d742d77a8b635f89bf9e8564d88dd4c84.tar.bz2 |
Add prototype for H5D__cmp_filtered_collective_io_info_entry_owner
-rw-r--r-- | src/H5Dmpio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Dmpio.c b/src/H5Dmpio.c index 1bd68dd..942f633 100644 --- a/src/H5Dmpio.c +++ b/src/H5Dmpio.c @@ -172,6 +172,8 @@ static herr_t H5D__filtered_collective_chunk_entry_io(H5D_filtered_collective_io static int H5D__cmp_chunk_addr(const void *chunk_addr_info1, const void *chunk_addr_info2); static int H5D__cmp_filtered_collective_io_info_entry(const void *filtered_collective_io_info_entry1, const void *filtered_collective_io_info_entry2); +static int H5D__cmp_filtered_collective_io_info_entry_owner(const void *filtered_collective_io_info_entry1, + const void *filtered_collective_io_info_entry2); /*********************/ |