premiere-libtorrent/include/libtorrent/platform_util.hpp

15 lines
213 B
C++

#ifndef TORRENT_PLATFORM_UTIL_HPP
#define TORRENT_PLATFORM_UTIL_HPP
#include <cstdint>
namespace libtorrent
{
int max_open_files();
std::uint64_t total_physical_ram();
}
#endif // TORRENT_PLATFORM_UTIL_HPP