From c9229be45a18de249c863e18a9142dcc376e850d Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Wed, 24 Jan 2018 16:19:06 +0100 Subject: [PATCH] [SMPI] Deprecate smpi_process_index() in v322 instead of v321 --- include/smpi/smpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/smpi/smpi.h b/include/smpi/smpi.h index f5c2f86495..0fbfe51c09 100644 --- a/include/smpi/smpi.h +++ b/include/smpi/smpi.h @@ -942,7 +942,7 @@ XBT_PUBLIC(void*) smpi_shared_set_call(const char* func, const char* input, void /* Fortran specific stuff */ XBT_PUBLIC(int) smpi_main(const char* program, int argc, char *argv[]); -XBT_ATTRIB_DEPRECATED_v321("Use Actor::self()->getPid(): v3.21 will turn this warning into an error.") XBT_PUBLIC(int) smpi_process_index(); +XBT_ATTRIB_DEPRECATED_v322("Use Actor::self()->getPid(): v3.21 will turn this warning into an error.") XBT_PUBLIC(int) smpi_process_index(); XBT_PUBLIC(void) smpi_process_init(int *argc, char ***argv); /* Trace replay specific stuff */ -- 2.20.1