Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't store raw objects as host properties, which must be strings
[simgrid.git] / examples / msg / app-bittorrent / tracker.c
index 55b329a..c6e9255 100644 (file)
@@ -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