X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..ae445ab5a97e0d537feb8ee9a9d49a75270cf70d:/examples/s4u/app-bittorrent/s4u-tracker.hpp diff --git a/examples/s4u/app-bittorrent/s4u-tracker.hpp b/examples/s4u/app-bittorrent/s4u-tracker.hpp index d4af5d6404..08fd911f3a 100644 --- a/examples/s4u/app-bittorrent/s4u-tracker.hpp +++ b/examples/s4u/app-bittorrent/s4u-tracker.hpp @@ -1,11 +1,11 @@ -/* Copyright (c) 2012-2019. The SimGrid Team. +/* Copyright (c) 2012-2020. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef BITTORRENT_TRACKER_HPP_ -#define BITTORRENT_TRACKER_HPP_ +#ifndef BITTORRENT_TRACKER_HPP +#define BITTORRENT_TRACKER_HPP #include "s4u-bittorrent.hpp" #include @@ -32,7 +32,6 @@ public: class Tracker { double deadline; - RngStream stream; simgrid::s4u::Mailbox* mailbox; std::set known_peers;