ClickHouse/src/Common/getCurrentProcessFDCount.h

6 lines
123 B
C++
Raw Normal View History

2021-10-27 12:26:42 +00:00
#pragma once
/// Get current process file descriptor count
/// @return -1 if error occurs
int getCurrentProcessFDCount();