premiere-libtorrent/include/libtorrent/platform_util.hpp

13 lines
201 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 <boost/cstdint.hpp>
namespace libtorrent
{
boost::uint64_t total_physical_ram();
}
#endif // TORRENT_PLATFORM_UTIL_HPP