[Pvfs2-cvs] commit by slang in pvfs2/src/client/sysint: mgmt-misc.c
CVS commit program
cvs at parl.clemson.edu
Mon Nov 19 14:35:38 EST 2007
Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb1:/tmp/cvs-serv17511/src/client/sysint
Modified Files:
Tag: pvfs-2-7-branch
mgmt-misc.c
Log Message:
adding new map_handle func to mgmt interface (2.7 branch)
Index: mgmt-misc.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/mgmt-misc.c,v
diff -p -u -r1.27 -r1.27.24.1
--- mgmt-misc.c 30 Aug 2006 19:07:31 -0000 1.27
+++ mgmt-misc.c 19 Nov 2007 19:35:38 -0000 1.27.24.1
@@ -42,6 +42,15 @@ const char *PVFS_mgmt_map_addr(
return ret;
}
+PVFS_error PVFS_mgmt_map_handle(
+ PVFS_fs_id fs_id,
+ PVFS_handle handle,
+ PVFS_BMI_addr_t *addr)
+{
+ return PINT_cached_config_map_to_server(
+ addr, handle, fs_id);
+}
+
/** Obtains file system statistics from all servers in a given
* file system.
*
More information about the Pvfs2-cvs
mailing list