Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix: error reported in build process of pegasus-docker (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
levy5307 authored Feb 2, 2021
1 parent c5101b7 commit 5774892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aio/disk_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DSN_REGISTER_COMPONENT_PROVIDER(sim_aio_provider, "dsn::tools::sim_aio_provider"
//----------------- disk_file ------------------------
aio_task *disk_write_queue::unlink_next_workload(void *plength)
{
uint64_t next_offset;
uint64_t next_offset = 0;
uint32_t &sz = *(uint32_t *)plength;
sz = 0;

Expand Down

0 comments on commit 5774892

Please sign in to comment.