[t:4427], fix compilation

git-svn-id: file:///svn/toku/tokudb@39309 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2013-04-17 00:00:08 -04:00 committed by Yoni Fogel
parent 12313d2182
commit 0ccb475e04

View file

@ -951,7 +951,7 @@ static const struct env_args DEFAULT_PERF_ENV_ARGS = {
#define MIN_VAL_SIZE sizeof(int) #define MIN_VAL_SIZE sizeof(int)
#define MIN_KEY_SIZE sizeof(int) #define MIN_KEY_SIZE sizeof(int)
static struct cli_args get_default_args(void) { static struct cli_args UU() get_default_args(void) {
struct cli_args DEFAULT_ARGS = { struct cli_args DEFAULT_ARGS = {
.num_elements = 150000, .num_elements = 150000,
.num_DBs = 1, .num_DBs = 1,
@ -975,7 +975,7 @@ static struct cli_args get_default_args(void) {
return DEFAULT_ARGS; return DEFAULT_ARGS;
} }
static struct cli_args get_default_args_for_perf(void) { static struct cli_args UU() get_default_args_for_perf(void) {
struct cli_args args = get_default_args(); struct cli_args args = get_default_args();
args.num_elements = 1000000; //default of 1M args.num_elements = 1000000; //default of 1M
args.print_performance = true; args.print_performance = true;