[PVFS2-CVS]
commit by rbross in pvfs2/src/client/sysint: mgmt-statfs-list.sm
CVS commit program
cvs at parl.clemson.edu
Sun Feb 15 17:59:19 EST 2004
Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb:/tmp/cvs-serv28258/src/client/sysint
Modified Files:
mgmt-statfs-list.sm
Log Message:
more minor cosmetic stuff; still figuring out how to get errors out.
Index: mgmt-statfs-list.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/mgmt-statfs-list.sm,v
diff -p -u -r1.14 -r1.15
--- mgmt-statfs-list.sm 15 Feb 2004 22:52:16 -0000 1.14
+++ mgmt-statfs-list.sm 15 Feb 2004 22:59:19 -0000 1.15
@@ -25,8 +25,9 @@ static int mgmt_statfs_list_setup_msgpai
job_status_s *js_p);
static int mgmt_statfs_list_cleanup(PINT_client_sm *sm_p,
job_status_s *js_p);
-static int statfs_list_comp_fn(
- void* v_p, struct PVFS_server_resp* resp_p, int i);
+static int statfs_list_comp_fn(void *v_p,
+ struct PVFS_server_resp *resp_p,
+ int index);
%%
@@ -145,6 +146,9 @@ int PVFS_mgmt_statfs_list(PVFS_fs_id fs_
return error;
}
+
+/* mgmt_statfs_list_setup_msgpair()
+ */
static int mgmt_statfs_list_setup_msgpair(PINT_client_sm *sm_p,
job_status_s *js_p)
{
@@ -173,6 +177,8 @@ static int mgmt_statfs_list_setup_msgpai
return 1;
}
+/* mgmt_statfs_list_cleanup
+ */
static int mgmt_statfs_list_cleanup(PINT_client_sm *sm_p,
job_status_s *js_p)
{
@@ -182,6 +188,8 @@ static int mgmt_statfs_list_cleanup(PINT
return 0;
}
+/* statfs_list_comp_fn
+ */
static int statfs_list_comp_fn(void *v_p,
struct PVFS_server_resp *resp_p,
int i)
More information about the PVFS2-CVS
mailing list