Skip to content

Commit 2f446fa

Browse files
committed
Enable ordered data (SOFTWARE-2436)
Based on globus/globus-toolkit@785f7d5
1 parent bf21fc2 commit 2f446fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/gridftp_hdfs.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ hdfs_destroy(
6969
*/
7070
static globus_gfs_storage_iface_t globus_l_gfs_hdfs_dsi_iface =
7171
{
72-
GLOBUS_GFS_DSI_DESCRIPTOR_BLOCKING | GLOBUS_GFS_DSI_DESCRIPTOR_SENDER,
72+
GLOBUS_GFS_DSI_DESCRIPTOR_BLOCKING | GLOBUS_GFS_DSI_DESCRIPTOR_SENDER |
73+
GLOBUS_GFS_DSI_DESCRIPTOR_REQUIRES_ORDERED_DATA,
7374
hdfs_start,
7475
hdfs_destroy,
7576
NULL, /* list */

0 commit comments

Comments
 (0)