bug fix
This commit is contained in:
parent
6e7e152915
commit
d217bde46a
@ -425,6 +425,7 @@ birb_main()
|
||||
ctx->io_records = new std::list<struct io_record *>();
|
||||
ctx->start_region_length = per_thread_cap;
|
||||
ctx->start_region_offset = per_thread_cap * ctx->tid;
|
||||
ctx->disk_fd = disk_fd;
|
||||
|
||||
// create sys thread
|
||||
pthread_attr_t attr;
|
||||
|
Loading…
Reference in New Issue
Block a user