[Pvfs2-cvs] commit by kunkel in pvfs2/src/apps/karma: comm.c

CVS commit program cvs at parl.clemson.edu
Mon Aug 21 05:40:04 EDT 2006


Update of /projects/cvsroot/pvfs2/src/apps/karma
In directory parlweb1:/tmp/cvs-serv19819/src/apps/karma

Modified Files:
      Tag: kunkel-branch
	comm.c 
Log Message:
Added hint (with NULL) to karma mgmt operations to allow build of karma.


Index: comm.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/karma/comm.c,v
diff -p -u -r1.30.6.2 -r1.30.6.3
--- comm.c	24 Jul 2006 17:20:16 -0000	1.30.6.2
+++ comm.c	21 Aug 2006 09:40:04 -0000	1.30.6.3
@@ -351,7 +351,7 @@ static int gui_comm_stats_collect(
                                 &creds,
                                 internal_stats,
                                 internal_addrs,
-                                internal_stat_ct, internal_details);
+                                internal_stat_ct, internal_details, NULL);
     if (ret == 0)
         return 0;
     else if (ret == -PVFS_EDETAIL)
@@ -408,7 +408,8 @@ static int gui_comm_perf_collect(
                                   internal_addrs,
                                   internal_perf_ids,
                                   internal_addr_ct,
-                                  GUI_COMM_PERF_HISTORY, internal_details);
+                                  GUI_COMM_PERF_HISTORY, internal_details, 
+                                  NULL);
     if (ret == 0)
         return 0;
     else if (ret == -PVFS_EDETAIL)



More information about the Pvfs2-cvs mailing list