mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 11:52:27 +00:00
6 lines
123 B
C++
6 lines
123 B
C++
|
#pragma once
|
||
|
|
||
|
/// Get current process file descriptor count
|
||
|
/// @return -1 if error occurs
|
||
|
int getCurrentProcessFDCount();
|