Commit 20317bf7 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:4427], fix compilation

git-svn-id: file:///svn/toku/tokudb@39309 c7de825b-a66e-492c-adef-691d508d4ae1
parent f170ec02
......@@ -951,7 +951,7 @@ static const struct env_args DEFAULT_PERF_ENV_ARGS = {
#define MIN_VAL_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 = {
.num_elements = 150000,
.num_DBs = 1,
......@@ -975,7 +975,7 @@ static struct cli_args get_default_args(void) {
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();
args.num_elements = 1000000; //default of 1M
args.print_performance = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment