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

CVS commit program cvs at parl.clemson.edu
Sat Aug 26 14:00:27 EDT 2006


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

Modified Files:
      Tag: kunkel-branch
	pvfs2-mgmt.h 
Log Message:
Argh, removed redundant print-file-mapping, this is already done by 
viewdist... some minor bugfixes...


Index: pvfs2-mgmt.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-mgmt.h,v
diff -p -u -r1.56.6.3 -r1.56.6.4
--- pvfs2-mgmt.h	26 Aug 2006 13:37:44 -0000	1.56.6.3
+++ pvfs2-mgmt.h	26 Aug 2006 18:00:27 -0000	1.56.6.4
@@ -146,11 +146,6 @@ PVFS_error PVFS_imgmt_noop(
     PVFS_hint * hints,
     void *user_ptr);
 
-PVFS_error PVFS_get_bmi_address(
-    const char * alias, 
-    PVFS_fs_id fs_id,
-    PVFS_BMI_addr_t * out_address);  
-
 PVFS_error PVFS_mgmt_noop(
     PVFS_fs_id,
     PVFS_credentials *credentials,
@@ -185,15 +180,6 @@ const char* PVFS_mgmt_map_addr(
     PVFS_BMI_addr_t addr,
     int* server_type);
 
-PVFS_error PVFS_mgmt_map_addr_to_alias(
-    PVFS_fs_id fs_id,
-    PVFS_credentials *credentials,
-    PVFS_BMI_addr_t addr,
-    char ** out_alias,
-    PVFS_handle * out_lower_handle,
-    PVFS_handle * out_upper_handle,
-    int server_type);
-
 PVFS_error PVFS_imgmt_setparam_list(
     PVFS_fs_id fs_id,
     PVFS_credentials *credentials,
@@ -206,11 +192,6 @@ PVFS_error PVFS_imgmt_setparam_list(
     PVFS_mgmt_op_id *op_id,
     PVFS_hint * hints,
     void *user_ptr);
-
-PVFS_error PVFS_mgmt_get_datafiles_from_acache(
-    PVFS_object_ref metafile_ref, 
-    PVFS_handle * dfile_array, 
-    int * count);
 
 PVFS_error PVFS_mgmt_setparam_list(
     PVFS_fs_id fs_id,



More information about the Pvfs2-cvs mailing list