Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleaning type naming so that Henri has a nice skeleton to play with.
[simgrid.git] / src / surf / workstation_private.h
index f0fe58e..ad7e930 100644 (file)
 
 #include "surf_private.h"
 
-typedef struct workstation {
+typedef struct workstation_CLM03 {
   surf_resource_t resource;    /* Any such object, added in a trace
                                   should start by this field!!! */
   char *name;
   void *cpu;
   void *network_card;
-} s_workstation_t, *workstation_t;
+} s_workstation_CLM03_t, *workstation_CLM03_t;
 
 #endif                         /* _SURF_WORKSTATION_PRIVATE_H */