X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/64ea8dcf1daac53da58d65aa91b7452aae8b13b7..271068c7d949ed959313b055466e13539485bc2c:/src/include/mc/datatypes.h diff --git a/src/include/mc/datatypes.h b/src/include/mc/datatypes.h index 54c004d13b..5a7e2da625 100644 --- a/src/include/mc/datatypes.h +++ b/src/include/mc/datatypes.h @@ -1,5 +1,4 @@ -/* Copyright (c) 2008-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2008-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -11,10 +10,10 @@ #include #if HAVE_UCONTEXT_H -#include /* context relative declarations */ +#include #endif -SG_BEGIN_DECL() +SG_BEGIN_DECL struct s_stack_region{ void *address; @@ -23,11 +22,9 @@ struct s_stack_region{ #endif size_t size; int block; - int process_index; }; typedef struct s_stack_region s_stack_region_t; -typedef struct s_stack_region* stack_region_t; -SG_END_DECL() +SG_END_DECL -#endif /* _MC_MC_H */ +#endif