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 | d96d43aa41d3bdd060cd182ca9c472e667bfcf2c (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/info.h | |
parent | 0a405889878cba55d4d7cf8b5256bacc364bee9c (diff) | |
download | ydb-d96d43aa41d3bdd060cd182ca9c472e667bfcf2c.tar.gz |
Restoring authorship annotation for <phud@yandex-team.ru>. Commit 2 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 b7f87ab7c9..73ebe48a9a 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(); } |