diff options
author | aneporada <aneporada@ydb.tech> | 2022-12-21 18:57:29 +0300 |
---|---|---|
committer | aneporada <aneporada@ydb.tech> | 2022-12-21 18:57:29 +0300 |
commit | 99c0ebbafdea901b71fb0be0696bc2b6fa58f0f6 (patch) | |
tree | 430cc7059f8820796ec1c25b3ef00037710fd68f /library/cpp/neh/multiclient.cpp | |
parent | 34fcd78a2d18d9846fd68339c8e240702857e1e5 (diff) | |
download | ydb-99c0ebbafdea901b71fb0be0696bc2b6fa58f0f6.tar.gz |
BlockExpandChunked: add forgotten file
Diffstat (limited to 'library/cpp/neh/multiclient.cpp')
-rw-r--r-- | library/cpp/neh/multiclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/neh/multiclient.cpp b/library/cpp/neh/multiclient.cpp index cb7672755e3..650688ae6b2 100644 --- a/library/cpp/neh/multiclient.cpp +++ b/library/cpp/neh/multiclient.cpp @@ -280,7 +280,7 @@ namespace { void ScheduleRequest(TIntrusivePtr<TRequestSupervisor>& rs, const THandleRef& h, const TInstant& deadline) { TJobPtr j(new TNewRequest(rs)); JQ_.Enqueue(j); - if (!h->Signalled) { + if (!h->Signalled()) { if (deadline.GetValue() < GetNearDeadline_()) { Signal(); } |