[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:33:54 EST 2007


Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb1:/tmp/cvs-serv17255/src/client/sysint

Modified Files:
	mgmt-misc.c 
Log Message:
adding map_handle function to mgmt interface.


Index: mgmt-misc.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/mgmt-misc.c,v
diff -p -u -r1.27 -r1.28
--- mgmt-misc.c	30 Aug 2006 19:07:31 -0000	1.27
+++ mgmt-misc.c	19 Nov 2007 19:33:54 -0000	1.28
@@ -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