X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab9a2d2c7dca2b08750d70ef5769fc2c14350ab6..5ed37babb2fa9097abe82df299c0aa259ed84d5a:/src/include/mc/datatypes.h diff --git a/src/include/mc/datatypes.h b/src/include/mc/datatypes.h index 401fca02dc..f0e2f0aec0 100644 --- a/src/include/mc/datatypes.h +++ b/src/include/mc/datatypes.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-2023. 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. */ @@ -13,7 +13,7 @@ #include #endif -SG_BEGIN_DECL() +SG_BEGIN_DECL struct s_stack_region{ void *address; @@ -22,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