[Swift-commit] cog r3552
swift at ci.uchicago.edu
swift at ci.uchicago.edu
Fri Jan 11 19:40:06 CST 2013
------------------------------------------------------------------------
r3552 | hategan | 2013-01-11 19:36:16 -0600 (Fri, 11 Jan 2013) | 1 line
add initial flag to PUT command
------------------------------------------------------------------------
Index: modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/commands/PutFileCommand.java
===================================================================
--- modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/commands/PutFileCommand.java (revision 3551)
+++ modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/commands/PutFileCommand.java (working copy)
@@ -72,7 +72,7 @@
if (logger.isDebugEnabled()) {
logger.debug(this + ", src: " + src + ", dest: " + dest + ", size: " + size);
}
- channel.sendTaggedData(getId(), false, getOutCmd().getBytes());
+ channel.sendTaggedData(getId(), KarajanChannel.INITIAL_FLAG, getOutCmd().getBytes());
channel.sendTaggedData(getId(), false, pack(size));
channel.sendTaggedData(getId(), false, src.getBytes());
channel.sendTaggedData(getId(), size == 0, dest.getBytes());
More information about the Swift-commit
mailing list