mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
fix: fix build under macos (#2901)
This commit is contained in:
parent
256e07f8ba
commit
a5e27af1e5
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ bool OutgoingMigration::FinishMigration(long attempt) {
|
|||
<< facade::ToSV(LastResponseArgs().front().GetBuf());
|
||||
return false;
|
||||
}
|
||||
attempt_res = get<long>(LastResponseArgs().front().u);
|
||||
attempt_res = get<int64_t>(LastResponseArgs().front().u);
|
||||
} while (attempt_res != attempt);
|
||||
|
||||
shard_set->pool()->AwaitFiberOnAll([this](util::ProactorBase* pb) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue