SF.net SVN: fclient: [138] trunk/sandbox/fcp/fcp2_0_types.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-04 11:54:33
|
Revision: 138
http://fclient.svn.sourceforge.net/fclient/?rev=138&view=rev
Author: jurner
Date: 2008-02-04 03:53:43 -0800 (Mon, 04 Feb 2008)
Log Message:
-----------
fixes
Modified Paths:
--------------
trunk/sandbox/fcp/fcp2_0_types.py
Modified: trunk/sandbox/fcp/fcp2_0_types.py
===================================================================
--- trunk/sandbox/fcp/fcp2_0_types.py 2008-02-04 11:53:08 UTC (rev 137)
+++ trunk/sandbox/fcp/fcp2_0_types.py 2008-02-04 11:53:43 UTC (rev 138)
@@ -561,12 +561,13 @@
'Global': FcpTypeBool,
'IgnoreDS': FcpTypeBool,
'DSOnly': FcpTypeBool,
+ 'MaxRetries': FcpTypeInt,
'MaxSize': FcpTypeInt,
'MaxTempSize': FcpTypeInt,
'Verbosity': FcpTypeInt,
},
'ClientHello': {
- 'ExpectedVersion': FcpTypeInt,
+ 'ExpectedVersion': FcpTypeFloat,
},
'ClientPut': {
'BinaryBlob': FcpTypeBool,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|