Adds support for scheduleding events at the same time. This module uses updater functions, so the weight and mandatory values are ignored.
Configuration file must define the following resource types in order to use this module:
<restriction type="same-time-as">event name</restriction>
This restriction specifies that the current event needs to be scheduled at the same time as the event identified in the restriction.
<event name="a" repeats="4"> ... <restriction type="same-time-as">b</restriction> </event> <event name="b" repeats="5"> ... </event>
In this case, four events "a" are scheduled at the same time as four events "b". The fifth event "b" can be scheduled at any time.
This module belongs to the following groups:
Tomaz Solc, tomaz.solc@tablix.org
Module ported to 0.2.x kernel and extended by Nick Robinson <npr@bottlehall.co.uk> Modified to use updater functions by Antonio Duran