tcpconnect_queuedaemon plan_search
manual_allocation_base_jobinfo
alloc_resources alloc_resources_rollback_begin_work
- resource_check_allocated resource_shared_mark_ready
+ resource_check_allocated
+ executive_resource_shared_mark_ready
duration_estimator
db_pg_dsn opendb opendb_state
db_schema_updates_applied db_schema_updates_intree
return $shared;
}
-sub resource_shared_mark_ready ($$$) {
+sub executive_resource_shared_mark_ready ($$$) {
my ($restype, $resname, $sharetype) = @_;
# must run outside transaction
sub jobdb_resource_shared_mark_ready { #method
my ($mo, $restype, $resname, $sharetype) = @_;
- resource_shared_mark_ready($restype, $resname, $sharetype);
+ executive_resource_shared_mark_ready($restype, $resname, $sharetype);
}
sub jobdb_check_other_job { #method