[Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/sbin ScheduleParser.pl CreateScheduleBindings.pl"
Erik Schnetter (schnetter)
schnetter at cct.lsu.edu
Tue Apr 8 22:37:21 CDT 2008
Update of /cactusdevcvs/Cactus/lib/sbin
In directory asylum.cct.lsu.edu:/tmp/cvs-serv21400/sbin
Modified Files:
ScheduleParser.pl CreateScheduleBindings.pl
Log Message:
Add IF clauses to schedule items
Schedule items in Cactus can already have WHILE clauses, which means
that they are executed while a certain condition are true. This patch
adds IF clauses, which means that they are executed only if a certain
condition is true. The syntax is equivalent to WHILE clauses.
These if clauses is different from the existing C-syntax if
statements, which are only evaluated at startup and determine how the
schedule is constructed. These if clauses are evaluated every time
the schedule is traversed, and can skip certain schedule items.
More information about the Flesh-cvs
mailing list