This commit is contained in:
quackerd 2022-03-29 00:50:10 +08:00
parent 6e7e152915
commit d217bde46a

View File

@ -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;