mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +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();
|