Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill src/include
[simgrid.git] / src / mc / datatypes.h
similarity index 84%
rename from src/include/mc/datatypes.h
rename to src/mc/datatypes.h
index f0e2f0a..faf354b 100644 (file)
 
 SG_BEGIN_DECL
 
-struct s_stack_region{
-  void *address;
+struct s_stack_region {
+  voidaddress;
 #if HAVE_UCONTEXT_H
   ucontext_t* context;
 #endif
   size_t size;
   int block;
 };
-typedef struct s_stack_region  s_stack_region_t;
+typedef struct s_stack_region s_stack_region_t;
 
 SG_END_DECL