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

CVS commit program cvs at parl.clemson.edu
Fri Jul 25 00:47:59 EDT 2008


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

Modified Files:
      Tag: rongrong
	dbpf-mgmt.c 
Log Message:
bug...


Index: dbpf-mgmt.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/trove/trove-dbpf/dbpf-mgmt.c,v
diff -p -u -r1.101.4.4 -r1.101.4.5
--- dbpf-mgmt.c	24 Jul 2008 21:24:54 -0000	1.101.4.4
+++ dbpf-mgmt.c	25 Jul 2008 04:47:58 -0000	1.101.4.5
@@ -48,7 +48,6 @@ extern int TROVE_shm_key_hint;
 /*The following two parameters are for db log subsystem configuration*/
 extern int TROVE_db_log_buffer_size_bytes;
 extern char *TROVE_db_log_directory;
-extern int TROVE_db_rep_master;
 
 struct dbpf_storage *my_storage_p = NULL;
 static int db_open_count, db_close_count;
@@ -232,6 +231,7 @@ retry:
 			  DB_INIT_LOG| /*init logging subsystem*/
 			  DB_RECOVER| /*normal recovery when startup*/
                           DB_INIT_MPOOL|
+			  DB_INIT_REP|
                           DB_CREATE|
                           DB_THREAD, 
                           0);
@@ -264,6 +264,7 @@ retry:
 			  DB_INIT_LOG| /*init logging subsystem*/
 			  DB_RECOVER| /*normal recovery when startup*/
                           DB_INIT_MPOOL|
+			  DB_INIT_REP|
                           DB_CREATE|
                           DB_THREAD|
                           DB_SYSTEM_MEM, 
@@ -298,6 +299,7 @@ retry:
 			      DB_INIT_LOG| /*init logging subsystem*/
 			      DB_RECOVER| /*normal recovery when startup*/
 			      DB_INIT_MPOOL|
+			      DB_INIT_REP|
                               DB_CREATE|
                               DB_THREAD|
                               DB_PRIVATE, 



More information about the Pvfs2-cvs mailing list