[PVFS2-CVS] commit by slang in pvfs2/src/io/trove: trove.c

CVS commit program cvs at parl.clemson.edu
Thu Jan 12 14:43:17 EST 2006


Update of /projects/cvsroot/pvfs2/src/io/trove
In directory parlweb:/tmp/cvs-serv3174/src/io/trove

Modified Files:
      Tag: dbpf-changes-branch
	trove.c 
Log Message:
merging changes from HEAD to dbpf branch


Index: trove.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/trove/trove.c,v
diff -p -u -r1.3 -r1.3.8.1
--- trove.c	21 Jul 2005 16:17:55 -0000	1.3
+++ trove.c	12 Jan 2006 19:43:17 -0000	1.3.8.1
@@ -17,6 +17,8 @@
  *  files), but there could be more.
  */
 
+#include <stdlib.h>
+
 #include "trove.h"
 #include "trove-internal.h"
 
@@ -24,6 +26,8 @@ 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;
 
 /** Initiate reading from a contiguous region in a bstream into a
  *  contiguous region in memory.



More information about the PVFS2-CVS mailing list