[Pvfs2-cvs] commit by kunkel in pvfs2/src/io/trove: trove.c

CVS commit program cvs at parl.clemson.edu
Thu Feb 22 12:38:41 EST 2007


Update of /projects/cvsroot/pvfs2/src/io/trove
In directory parlweb1:/tmp/cvs-serv16471/src/io/trove

Modified Files:
      Tag: kunkel-migration-branch
	trove.c 
Log Message:
Created a better interface for load values in the performance counter.


Index: trove.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/trove/trove.c,v
diff -p -u -r1.10.4.1 -r1.10.4.2
--- trove.c	17 Feb 2007 11:15:41 -0000	1.10.4.1
+++ trove.c	22 Feb 2007 17:38:41 -0000	1.10.4.2
@@ -9,7 +9,7 @@
  *
  *  Trove interface routines.
  *
- *  This file holds the top-level routines for Trove.  These routines 
+ *  This file holds the top-level routines for Trove.  These routines
  *  are responsible for mapping Trove calls to specific underlying
  *  implementations.
  *
@@ -26,8 +26,6 @@ extern struct TROVE_keyval_ops  *keyval_
 extern struct TROVE_dspace_ops  *dspace_method_table[];
 extern struct TROVE_bstream_ops *bstream_method_table[];
 extern struct TROVE_mgmt_ops    *mgmt_method_table[];
-
-struct PINT_perf_counter* PINT_server_pc = NULL;
 
 int TROVE_db_cache_size_bytes = 0;
 int TROVE_shm_key_hint = 0;



More information about the Pvfs2-cvs mailing list