This file is indexed.

/usr/include/libtorrent/platform_util.hpp is in libtorrent-rasterbar-dev 1.1.1-1+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#ifndef TORRENT_PLATFORM_UTIL_HPP
#define TORRENT_PLATFORM_UTIL_HPP

#include <boost/cstdint.hpp>

namespace libtorrent
{
	int max_open_files();

	boost::uint64_t total_physical_ram();
}

#endif // TORRENT_PLATFORM_UTIL_HPP