Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Substitution of the word "resource" by "model" in every surf related identifier
[simgrid.git] / src / surf / workstation_private.h
index 0b05709..89f16a4 100644 (file)
@@ -11,7 +11,7 @@
 #include "surf_private.h"
 
 typedef struct workstation_CLM03 {
-  surf_resource_t resource;    /* Any such object, added in a trace
+  surf_model_t model;  /* Any such object, added in a trace
                                   should start by this field!!! */
   char *name;
   void *cpu;