X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f94d85ca93901ff79198a5272b61bd47d4544915..3031d855f96e457fd7bf25e90c10440a39747567:/examples/msg/app-bittorrent/tracker.c diff --git a/examples/msg/app-bittorrent/tracker.c b/examples/msg/app-bittorrent/tracker.c index 55b329a6dd..c6e92552d1 100644 --- a/examples/msg/app-bittorrent/tracker.c +++ b/examples/msg/app-bittorrent/tracker.c @@ -20,7 +20,7 @@ int tracker(int argc, char *argv[]) { int i; - RngStream stream = (RngStream) MSG_host_get_property_value(MSG_host_self(), "stream"); + RngStream stream = (RngStream)MSG_host_get_data(MSG_host_self()); //Checking arguments xbt_assert(argc == 2, "Wrong number of arguments for the tracker."); //Retrieving end time