From 3d521297d8df2c3b6c7f2704374c4fedf531ce66 Mon Sep 17 00:00:00 2001 From: Barry Perlman Date: Tue, 16 Apr 2013 23:59:35 -0400 Subject: [PATCH] [t:3113] Fix symbol name in function signature. git-svn-id: file:///svn/toku/tokudb@27503 c7de825b-a66e-492c-adef-691d508d4ae1 --- newbrt/brt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newbrt/brt.h b/newbrt/brt.h index 6a8a0108f1c..88e5d031913 100644 --- a/newbrt/brt.h +++ b/newbrt/brt.h @@ -55,7 +55,7 @@ int brt_set_cachetable(BRT, CACHETABLE); int toku_brt_open(BRT, const char *fname_in_env, int is_create, int only_create, CACHETABLE ct, TOKUTXN txn, DB *db) __attribute__ ((warn_unused_result)); int toku_brt_open_recovery(BRT, const char *fname_in_env, int is_create, int only_create, CACHETABLE ct, TOKUTXN txn, - DB *db, FILENUM use_filenum, LSN required_lsn) __attribute__ ((warn_unused_result)); + DB *db, FILENUM use_filenum, LSN max_acceptable_lsn) __attribute__ ((warn_unused_result)); int toku_brt_remove_subdb(BRT brt, const char *dbname, u_int32_t flags) __attribute__ ((warn_unused_result));