#include InfoHash TestTorrent::info_hash() { return hash; } TorrentStatus TestTorrent::status(int type) { return status_; } bool TestTorrent::is_valid() { return valid; }