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 | 3718fefbda804e07df6e62b770737577e10b957a (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | caf30170c3d6dfb70c4a7a85e4508eeb2ef4e1e1 (diff) | |
download | ydb-3718fefbda804e07df6e62b770737577e10b957a.tar.gz |
Restoring authorship annotation for <mincer@yandex-team.ru>. Commit 2 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 2d34ac70c8..a2faee326e 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 { |