diff options
author | phud <phud@yandex-team.ru> | 2022-02-10 16:51:45 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:45 +0300 |
commit | 0a405889878cba55d4d7cf8b5256bacc364bee9c (patch) | |
tree | 6e7ad7c31ab02168047caf3b04dcb6ee36ee00a5 /util/system/info.h | |
parent | dd80ec62c76c5c848197b5b7468e6e215e59d715 (diff) | |
download | ydb-0a405889878cba55d4d7cf8b5256bacc364bee9c.tar.gz |
Restoring authorship annotation for <phud@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/info.h')
-rw-r--r-- | util/system/info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/info.h b/util/system/info.h index 73ebe48a9a..b7f87ab7c9 100644 --- a/util/system/info.h +++ b/util/system/info.h @@ -8,5 +8,5 @@ namespace NSystemInfo { size_t LoadAverage(double* la, size_t len); size_t GetPageSize() noexcept; size_t TotalMemorySize(); - size_t MaxOpenFiles(); + size_t MaxOpenFiles(); } |