[Pvfs2-cvs] commit by pcarns in pvfs2-1/include: pvfs2-types.h

CVS commit program cvs at parl.clemson.edu
Thu Jan 31 12:39:48 EST 2008


Update of /projects/cvsroot/pvfs2-1/include
In directory parlweb1:/tmp/cvs-serv19794/include

Modified Files:
      Tag: small-file-branch
	pvfs2-types.h 
Log Message:
Preliminary cut at servers asking each other for handles.  Request is
exchanged, but doesn't do anything yet.  Also some tweaks to how precreate
pool information is assembled at startup.


Index: pvfs2-types.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/include/pvfs2-types.h,v
diff -p -u -r1.147.2.1 -r1.147.2.2
--- pvfs2-types.h	29 Jan 2008 20:33:13 -0000	1.147.2.1
+++ pvfs2-types.h	31 Jan 2008 17:39:47 -0000	1.147.2.2
@@ -220,6 +220,7 @@ typedef struct PVFS_sys_layout_s
 #define PVFS_HANDLE_NULL     ((PVFS_handle)0)
 #define PVFS_FS_ID_NULL       ((PVFS_fs_id)0)
 #define PVFS_OP_NULL            ((id_gen_t)0)
+#define PVFS_BMI_ADDR_NULL ((PVFS_BMI_addr_t)0)
 #define PVFS_ITERATE_START    (INT32_MAX - 1)
 #define PVFS_ITERATE_END      (INT32_MAX - 2)
 #define PVFS_READDIR_START PVFS_ITERATE_START



More information about the Pvfs2-cvs mailing list