[Pvfs2-cvs] commit by robl in pvfs2-1/include: pvfs2-sysint.h
CVS commit program
cvs at parl.clemson.edu
Thu Sep 27 16:40:48 EDT 2007
Update of /projects/cvsroot/pvfs2-1/include
In directory parlweb1:/tmp/cvs-serv11876/include
Modified Files:
Tag: pvfs-2-6-branch
pvfs2-sysint.h
Log Message:
from HEAD: export PVFS_isys_{read,write} routines
Index: pvfs2-sysint.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/include/pvfs2-sysint.h,v
diff -u -w -p -u -r1.71 -r1.71.8.1
--- pvfs2-sysint.h 26 Sep 2006 03:44:14 -0000 1.71
+++ pvfs2-sysint.h 27 Sep 2007 20:40:48 -0000 1.71.8.1
@@ -419,6 +419,12 @@ PVFS_error PVFS_isys_io(
PVFS_sys_op_id *op_id,
void *user_ptr);
+#define PVFS_isys_read(x1,x2,x3,x4,x5,x6,y,x7,x8) \
+PVFS_isys_io(x1,x2,x3,x4,x5,x6,y,PVFS_IO_READ,x7,x8)
+
+#define PVFS_isys_write(x1,x2,x3,x4,x5,x6,y,x7,x8) \
+PVFS_isys_io(x1,x2,x3,x4,x5,x6,y,PVFS_IO_WRITE,x7,x8)
+
PVFS_error PVFS_sys_io(
PVFS_object_ref ref,
PVFS_Request file_req,
More information about the Pvfs2-cvs
mailing list