diff options
author | mincer <mincer@yandex-team.ru> | 2022-02-10 16:52:26 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:26 +0300 |
commit | caf30170c3d6dfb70c4a7a85e4508eeb2ef4e1e1 (patch) | |
tree | 8b15c434531902a4220e77055a1971f45e9accce | |
parent | b466fd5cbe5cde08908f4580271493ce67d974f1 (diff) | |
download | ydb-caf30170c3d6dfb70c4a7a85e4508eeb2ef4e1e1.tar.gz |
Restoring authorship annotation for <mincer@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | ydb/core/base/blobstorage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/base/blobstorage.h b/ydb/core/base/blobstorage.h index a2faee326e..2d34ac70c8 100644 --- a/ydb/core/base/blobstorage.h +++ b/ydb/core/base/blobstorage.h @@ -906,7 +906,7 @@ struct TEvBlobStorage { REQUEST_VALGRIND_CHECK_MEM_IS_DEFINED(buffer.Data(), buffer.size()); REQUEST_VALGRIND_CHECK_MEM_IS_DEFINED(&deadline, sizeof(deadline)); REQUEST_VALGRIND_CHECK_MEM_IS_DEFINED(&handleClass, sizeof(handleClass)); - REQUEST_VALGRIND_CHECK_MEM_IS_DEFINED(&tactic, sizeof(tactic)); + REQUEST_VALGRIND_CHECK_MEM_IS_DEFINED(&tactic, sizeof(tactic)); } TString Print(bool isFull) const { |