diff options
author | uzhas <uzhas@yandex-team.com> | 2024-09-18 12:05:02 +0300 |
---|---|---|
committer | uzhas <uzhas@yandex-team.com> | 2024-09-18 12:14:33 +0300 |
commit | 1717aa802f5771efb3c5cbbdbfc64160bd57ba53 (patch) | |
tree | c1614b3b784b81c14635b42e0ebeae4eeebe3b76 | |
parent | ad61d947fcb28bc17d93e787e4d2fc1cec5d76e9 (diff) | |
download | ydb-1717aa802f5771efb3c5cbbdbfc64160bd57ba53.tar.gz |
init pid field
commit_hash:018112cc71f6f4d8bb32bb04a09e8741ba4f8d3d
-rw-r--r-- | library/cpp/yt/error/origin_attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/error/origin_attributes.h b/library/cpp/yt/error/origin_attributes.h index 05815c1e38..d98782469b 100644 --- a/library/cpp/yt/error/origin_attributes.h +++ b/library/cpp/yt/error/origin_attributes.h @@ -41,7 +41,7 @@ struct TOriginAttributes static constexpr size_t ExtensionDataByteSizeCap = 64; using TErasedExtensionData = TErasedStorage<ExtensionDataByteSizeCap>; - TProcessId Pid; + TProcessId Pid = 0; NThreading::TThreadId Tid; TThreadName ThreadName; |