From 91a328886133678d1aa148b817057476e8611aab Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 18 Jul 2006 10:02:40 +0000 Subject: [PATCH] Let's take the compatibilities issues seriously git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2610 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/amok/peermanagement.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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. + * * @{ */ -- 2.20.1