SF.net SVN: fclient: [313] trunk/sandbox/fcp2/types.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-03-06 11:59:28
|
Revision: 313
http://fclient.svn.sourceforge.net/fclient/?rev=313&view=rev
Author: jurner
Date: 2008-03-06 03:59:34 -0800 (Thu, 06 Mar 2008)
Log Message:
-----------
some more type conversions
Modified Paths:
--------------
trunk/sandbox/fcp2/types.py
Modified: trunk/sandbox/fcp2/types.py
===================================================================
--- trunk/sandbox/fcp2/types.py 2008-03-06 11:59:02 UTC (rev 312)
+++ trunk/sandbox/fcp2/types.py 2008-03-06 11:59:34 UTC (rev 313)
@@ -652,6 +652,7 @@
},
'ClientPut': {
'BinaryBlob': FcpTypeBool,
+ 'DataLength': FcpTypeInt,
'DontCompress': FcpTypeBool,
'EarlyEncode': FcpTypeBool,
'GetCHKOnly': FcpTypeBool,
@@ -659,6 +660,9 @@
'MaxRetries': FcpTypeInt,
'Verbosity': FcpTypeInt,
},
+ 'FCPPluginReply': {
+ 'DataLength': FcpTypeInt,
+ },
'GetConfig': {
'WithCurrent': FcpTypeBool,
'WithDefaults': FcpTypeBool,
@@ -719,6 +723,7 @@
#
'AllData': {
'Global': FcpTypeBool,
+ 'DataLength': FcpTypeInt,
#NOTE: we ignore startup and completion time here as long as it is not passed in all related messages
},
#'ConfigData': # added later as ConfigMessageParams()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|