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:
parent
477dbe49a9
commit
cf561b537a
14 changed files with 498 additions and 93 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue