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

[t:4462] fixing compilation errors

git-svn-id: file:///svn/toku/tokudb@39695 c7de825b-a66e-492c-adef-691d508d4ae1
parent c3b3abd4
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -1234,13 +1234,12 @@ do_warm_cache(DB_ENV *env, DB **dbs, struct cli_args *args)
    scan_arg.operation_extra = &soe;
    scan_arg.operation = scan_op_no_check;
    scan_arg.lock_type = STRESS_LOCK_NONE;
    int64_t x;
    struct worker_extra we;
    we.thread_arg = &arg;
    we.thread_arg = &scan_arg;
    we.operation_lock = NULL;
    we.operation_lock_mutex = NULL;
    we.num_operations_completed = &x;
    worker(&worker_extra);
    we.num_operations_completed = 0;
    worker(&we);
}

static void