mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 19:02:04 +00:00
6 lines
163 B
C++
6 lines
163 B
C++
#pragma once
|
|
|
|
/// Get current process file descriptor count
|
|
/// @return -1 os doesn't support "lsof" command or some error occurs.
|
|
int getCurrentProcessFDCount();
|