Add islandNotifier to allow the mig and int policy to be checked in the island. The islandNotifier is added to the algorithm continuator and will make the island perform a binded task. In the case of island, the task is to check policies.

This commit is contained in:
quemy 2012-11-11 22:36:21 +01:00
commit cf561b537a
14 changed files with 498 additions and 93 deletions

View file

@ -35,6 +35,8 @@ Contact: paradiseo-help@lists.gforge.inria.fr
#include <scheduler.h>
#include <island.h>
#include <migPolicy.h>
#include <migPolicyElement.h>
#include <intPolicy.h>
#include <policyElement.h>
#include <islandNotifier.h>
#endif