#include "s4u-bittorrent.hpp"
#include "s4u-peer.hpp"
#include "s4u-tracker.hpp"
{
xbt_assert(argc > 2,
"Usage: %s platform_file deployment_file", argv[0]);
HostBittorrent::EXTENSION_ID = simgrid::s4u::Host::extension_create<HostBittorrent>();
std::vector<simgrid::s4u::Host*>
list;
for (auto const& host : list)
host->extension_set(new HostBittorrent(host));
return 0;
}