[Pvfs2-cvs] commit by slang in pvfs2/include: pvfs2-mgmt.h

CVS commit program cvs at parl.clemson.edu
Mon Dec 4 17:30:12 EST 2006


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

Modified Files:
	pvfs2-mgmt.h 
Log Message:
commit Phil's patches for doing pvfs2-validate.  This adds a PVFS_mgmt_get_config call to the management interface (before it was just handled by the internal config code).  This is a building block for doing consistency checking between config files.  The changes also allow the getattr to be done on datafile handles as well as other handle types (all handle types are supported now).


Index: pvfs2-mgmt.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-mgmt.h,v
diff -p -u -r1.57 -r1.58
--- pvfs2-mgmt.h	30 Aug 2006 19:07:31 -0000	1.57
+++ pvfs2-mgmt.h	4 Dec 2006 22:30:12 -0000	1.58
@@ -361,6 +361,15 @@ int PVFS_mgmt_testsome(
 
 void PVFS_mgmt_release(PVFS_mgmt_op_id op_id);
 
+int PVFS_mgmt_get_config(
+    const PVFS_fs_id* fsid,
+    PVFS_BMI_addr_t* addr,
+    char* fs_buf,
+    int fs_buf_size,
+    char* server_buf,
+    int server_buf_size);
+
+
 #endif /* __PVFS2_MGMT_H */
 
 /* @} */



More information about the Pvfs2-cvs mailing list