X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d08d3fd8f01b78342f3b00a1370ba55be723e5e8..91a328886133678d1aa148b817057476e8611aab:/include/amok/peermanagement.h diff --git a/include/amok/peermanagement.h b/include/amok/peermanagement.h index d7b8b74acf..fd5727d81c 100644 --- a/include/amok/peermanagement.h +++ b/include/amok/peermanagement.h @@ -45,7 +45,14 @@ * - wait a moment for the slaves registration (using gras_msg_handleall()) * - run its algoritpm. For this, it may call RPC on slaves, or explicitely wait (with gras_msg_wait()) for the answers it expects. - * + * \section AMOK_pm_compat Compatibility issues + * + * The API described here is as of SimGrid 3.2 and higher. In version 3.1 + * (where this module were introduced), all functions were named amok_hm_* + * This was because the module used to be named HostManagement, but it was + * renamed before being released to betterly express its purpose. + * Unfortunately, the rename was not done properly before version 3.2. + * * @{ */