Commit dd856137 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4462] fixing compilation errors

git-svn-id: file:///svn/toku/tokudb@39695 c7de825b-a66e-492c-adef-691d508d4ae1
parent c3b3abd4
...@@ -1234,13 +1234,12 @@ do_warm_cache(DB_ENV *env, DB **dbs, struct cli_args *args) ...@@ -1234,13 +1234,12 @@ do_warm_cache(DB_ENV *env, DB **dbs, struct cli_args *args)
scan_arg.operation_extra = &soe; scan_arg.operation_extra = &soe;
scan_arg.operation = scan_op_no_check; scan_arg.operation = scan_op_no_check;
scan_arg.lock_type = STRESS_LOCK_NONE; scan_arg.lock_type = STRESS_LOCK_NONE;
int64_t x;
struct worker_extra we; struct worker_extra we;
we.thread_arg = &arg; we.thread_arg = &scan_arg;
we.operation_lock = NULL; we.operation_lock = NULL;
we.operation_lock_mutex = NULL; we.operation_lock_mutex = NULL;
we.num_operations_completed = &x; we.num_operations_completed = 0;
worker(&worker_extra); worker(&we);
} }
static void static void
......
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