[Pvfs2-cvs] commit by sampson in pvfs2/src/proto: pvfs2-req-proto.h
CVS commit program
cvs at parl.clemson.edu
Fri Sep 9 15:51:01 EDT 2011
Update of /projects/cvsroot/pvfs2/src/proto
In directory parlweb1:/tmp/cvs-serv7429/src/proto
Modified Files:
Tag: Orange-Branch
pvfs2-req-proto.h
Log Message:
Set the minor protocol version back to 0 (based on discussion)
Index: pvfs2-req-proto.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/proto/pvfs2-req-proto.h,v
diff -p -u -r1.159.8.13 -r1.159.8.14
--- pvfs2-req-proto.h 22 Aug 2011 16:16:23 -0000 1.159.8.13
+++ pvfs2-req-proto.h 9 Sep 2011 19:51:01 -0000 1.159.8.14
@@ -27,8 +27,11 @@
#define PVFS2_PROTO_MAJOR 6
/* update PVFS2_PROTO_MINOR on wire protocol changes that preserve backwards
* compatibility (such as adding a new request type)
+ * NOTE: Incrementing this will make clients unable to talk to older servers.
+ * Do not change until we have a new version policy.
*/
-#define PVFS2_PROTO_MINOR 1
+#define PVFS2_PROTO_MINOR 0
+
#define PVFS2_PROTO_VERSION ((PVFS2_PROTO_MAJOR*1000)+(PVFS2_PROTO_MINOR))
/* we set the maximum possible size of a small I/O packed message as 64K. This
More information about the Pvfs2-cvs
mailing list