[PVFS2-CVS] commit by bradles in pvfs2/include: pvfs2-sysint.h

CVS commit program cvs at parl.clemson.edu
Thu May 13 11:43:25 EDT 2004


Update of /projects/cvsroot/pvfs2/include
In directory styx.parl.clemson.edu:/tmp/cvs-serv6032

Modified Files:
	pvfs2-sysint.h 
Log Message:
Adding dist name to PVFS_sys_dist struct.


Index: pvfs2-sysint.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-sysint.h,v
diff -p -u -r1.33 -r1.34
--- pvfs2-sysint.h	11 May 2004 16:39:03 -0000	1.33
+++ pvfs2-sysint.h	13 May 2004 14:43:25 -0000	1.34
@@ -56,10 +56,8 @@ struct PVFS_sys_mntent
 /* describes file distribution parameters */
 struct PVFS_sys_dist_s
 {
-    /* empty for now; this is just a stub so that we can start getting the
-     * arguments right on existing system interface functions
-     */
-    void* dist_params;
+    const char* name;
+    void* params;
 };
 typedef struct PVFS_sys_dist_s PVFS_sys_dist;
 



More information about the PVFS2-CVS mailing list