[PVFS2-CVS] commit by slang in pvfs2/include: pvfs2-debug.h pvfs2-types.h

CVS commit program cvs at parl.clemson.edu
Fri Nov 4 02:14:12 EST 2005


Update of /projects/cvsroot/pvfs2/include
In directory parlweb:/tmp/cvs-serv6522/include

Modified Files:
      Tag: slang-sio-branch
	pvfs2-debug.h pvfs2-types.h 
Log Message:
small I/O changes in sio branch for now


Index: pvfs2-debug.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-debug.h,v
diff -p -u -r1.45 -r1.45.2.1
--- pvfs2-debug.h	27 Oct 2005 18:43:07 -0000	1.45
+++ pvfs2-debug.h	4 Nov 2005 07:14:12 -0000	1.45.2.1
@@ -62,6 +62,7 @@
 #define GOSSIP_ACCESS_DEBUG            ((uint64_t)1 << 40)
 #define GOSSIP_ACCESS_DETAIL_DEBUG     ((uint64_t)1 << 41)
 #define GOSSIP_LISTEATTR_DEBUG         ((uint64_t)1 << 42)
+#define GOSSIP_STATE_MACHINE_DEBUG     ((uint64_t)1 << 43)
 
 /* NOTE: if you want your gossip flag to be controlable from 
  * pvfs2-set-debugmask you have to add it in

Index: pvfs2-types.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-types.h,v
diff -p -u -r1.113 -r1.113.2.1
--- pvfs2-types.h	6 Oct 2005 13:43:03 -0000	1.113
+++ pvfs2-types.h	4 Nov 2005 07:14:12 -0000	1.113.2.1
@@ -70,7 +70,7 @@ enum PVFS_flowproto_type
 enum PVFS_encoding_type
 {
     ENCODING_DIRECT = 1,
-    ENCODING_LE_BFIELD = 2,
+    ENCODING_LE_BFIELD = 1,
     ENCODING_XDR = 3,
 };
 /* these values must correspond to the defined encoding types above */



More information about the PVFS2-CVS mailing list