[Pvfs2-cvs] commit by aching in pvfs2-1/src/client/sysint: sys-lock.sm

CVS commit program cvs at parl.clemson.edu
Fri Apr 13 16:53:36 EDT 2007


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

Modified Files:
      Tag: version-lock-actual-branch
	sys-lock.sm 
Log Message:

Don't print heap.


Index: sys-lock.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/client/sysint/Attic/sys-lock.sm,v
diff -p -u -r1.1.2.5 -r1.1.2.6
--- sys-lock.sm	5 Apr 2007 16:32:24 -0000	1.1.2.5
+++ sys-lock.sm	13 Apr 2007 20:53:36 -0000	1.1.2.6
@@ -653,7 +653,9 @@ static int lock_analyze_results(PINT_cli
 
 		build_heap(&(sm_p->u.lock.server_heap),
 			   heap_swap_fn);
+#if 0
 		print_heap(&(sm_p->u.lock.server_heap), heap_print_fn);
+#endif
 		build_heap(&(sm_p->u.lock.server_heap),
 			   heap_swap_fn);
 



More information about the Pvfs2-cvs mailing list