summaryrefslogtreecommitdiff
path: root/lib/sbin/CreateScheduleBindings.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-28 02:13:58 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-28 02:13:58 +0000
commit29854817adc4f1d319917352fc327b5a706d9cf2 (patch)
tree4aa6ac2041c017ef727398acbf9ee14fea9c924e /lib/sbin/CreateScheduleBindings.pl
parentf1f39cd45e7df297d61e9a9b70528b01de1d8e28 (diff)
Probably a good idea to actually look at the parsed list of sync groups
for output ! Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1324 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CreateScheduleBindings.pl')
-rw-r--r--lib/sbin/CreateScheduleBindings.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sbin/CreateScheduleBindings.pl b/lib/sbin/CreateScheduleBindings.pl
index 27598203..259473b1 100644
--- a/lib/sbin/CreateScheduleBindings.pl
+++ b/lib/sbin/CreateScheduleBindings.pl
@@ -254,6 +254,7 @@ sub ScheduleBlock
my(@mem_groups);
my(@comm_groups);
my(@trigger_groups);
+ my(@sync_groups);
my(@before_list);
my(@after_list);
my(@while_list);
@@ -279,6 +280,9 @@ sub ScheduleBlock
$rhschedule_db->{"\U$thorn\E BLOCK_$block TRIG"},
$rhinterface_db);
+ @sync_groups = &ScheduleSelectGroups($thorn, $implementation,
+ $rhschedule_db->{"\U$thorn\E BLOCK_$block SYNC"},
+ $rhinterface_db);
@before_list = &ScheduleSelectRoutines($thorn, $implementation,
$rhschedule_db->{"\U$thorn\E BLOCK_$block BEFORE"},