We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf21fc2 + 2f446fa commit 558a7a2Copy full SHA for 558a7a2
1 file changed
src/gridftp_hdfs.c
@@ -69,7 +69,8 @@ hdfs_destroy(
69
*/
70
static globus_gfs_storage_iface_t globus_l_gfs_hdfs_dsi_iface =
71
{
72
- GLOBUS_GFS_DSI_DESCRIPTOR_BLOCKING | GLOBUS_GFS_DSI_DESCRIPTOR_SENDER,
+ GLOBUS_GFS_DSI_DESCRIPTOR_BLOCKING | GLOBUS_GFS_DSI_DESCRIPTOR_SENDER |
73
+ GLOBUS_GFS_DSI_DESCRIPTOR_REQUIRES_ORDERED_DATA,
74
hdfs_start,
75
hdfs_destroy,
76
NULL, /* list */
0 commit comments