aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/neh/multiclient.cpp
diff options
context:
space:
mode:
authoraneporada <aneporada@ydb.tech>2022-12-21 18:57:29 +0300
committeraneporada <aneporada@ydb.tech>2022-12-21 18:57:29 +0300
commit99c0ebbafdea901b71fb0be0696bc2b6fa58f0f6 (patch)
tree430cc7059f8820796ec1c25b3ef00037710fd68f /library/cpp/neh/multiclient.cpp
parent34fcd78a2d18d9846fd68339c8e240702857e1e5 (diff)
downloadydb-99c0ebbafdea901b71fb0be0696bc2b6fa58f0f6.tar.gz
BlockExpandChunked: add forgotten file
Diffstat (limited to 'library/cpp/neh/multiclient.cpp')
-rw-r--r--library/cpp/neh/multiclient.cpp2
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();
}