Skip to content

Commit

Permalink
[backend] put arch and reporoot in gctx
Browse files Browse the repository at this point in the history
gctx is going to be the scheduler object in the future
  • Loading branch information
mlschroe committed Nov 19, 2015
1 parent f2c74af commit 4b075e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/backend/bs_sched
Expand Up @@ -8334,6 +8334,9 @@ my $initialstartup = 1;

# create global context
my $gctx = {
'arch' => $myarch,
'reporoot' => $reporoot,

'changed_low' => \%changed_low,
'changed_med' => \%changed_med,
'changed_high' => \%changed_high,
Expand Down

0 comments on commit 4b075e2

Please sign in to comment.