(svn r25355) -Add: demand handler for link graph

This commit is contained in:
fonsinchen
2013-06-09 12:59:51 +00:00
parent 97a9908b0e
commit aa393a8ee9
9 changed files with 370 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ private:
friend const SaveLoad *GetLinkGraphScheduleDesc();
protected:
ComponentHandler *handlers[1]; ///< Handlers to be run for each job.
ComponentHandler *handlers[2]; ///< Handlers to be run for each job.
GraphList schedule; ///< Queue for new jobs.
JobList running; ///< Currently running jobs.