premiere-libtorrent/include/libtorrent/platform_util.hpp

15 lines
213 B
C++
Raw Normal View History

2014-07-06 21:18:00 +02:00
#ifndef TORRENT_PLATFORM_UTIL_HPP
#define TORRENT_PLATFORM_UTIL_HPP
#include <cstdint>
2014-07-06 21:18:00 +02:00
namespace libtorrent
{
int max_open_files();
std::uint64_t total_physical_ram();
2014-07-06 21:18:00 +02:00
}
#endif // TORRENT_PLATFORM_UTIL_HPP