premiere-libtorrent/include/libtorrent/platform_util.hpp

14 lines
212 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::int64_t total_physical_ram();
2014-07-06 21:18:00 +02:00
}
#endif // TORRENT_PLATFORM_UTIL_HPP