]> AND Public Git Repository - simgrid.git/blobdiff - examples/simdag/properties/sd_prop.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
xbt/time.h dows not exist anymore.
[simgrid.git] / examples / simdag / properties / sd_prop.c
index 3aa9f41ef5cff647d3573473924fb8ddabaa7e04..06f4e75ebda0a674b36667f484e53e7f6c3e859c 100644 (file)
@@ -98,6 +98,9 @@ int main(int argc, char **argv)
   else
     XBT_INFO("\tProperty: %s new value: %s", exist, value);
 
+  /* Test if properties are displayed by SD_workstation_dump */
+  SD_workstation_dump(w2);
+
   SD_exit();
   return 0;
 }