SF.net SVN: fclient: [80] trunk/sandbox/fcp/fcp2_0_message.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-01-28 11:20:55
|
Revision: 80
http://fclient.svn.sourceforge.net/fclient/?rev=80&view=rev
Author: jurner
Date: 2008-01-28 03:20:59 -0800 (Mon, 28 Jan 2008)
Log Message:
-----------
...
Modified Paths:
--------------
trunk/sandbox/fcp/fcp2_0_message.py
Modified: trunk/sandbox/fcp/fcp2_0_message.py
===================================================================
--- trunk/sandbox/fcp/fcp2_0_message.py 2008-01-27 02:16:50 UTC (rev 79)
+++ trunk/sandbox/fcp/fcp2_0_message.py 2008-01-28 11:20:59 UTC (rev 80)
@@ -82,10 +82,10 @@
# some additional consts
SubTypeNone = 0
- SubTypeGetKeyInfo = 1
+ SubTypeGetData = 1
SubTypeGetFile = 2
- SubTypeGetData = 3
- SubTypePutFile = 4
+ SubTypeGetKeyInfo = 3
+ SubTypePutData = 4
SubTypePutDiskDir = 5
SubTypePutComplexDir = 6
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|