(svn r25357) -Add: flow mapper for link graph

This commit is contained in:
fonsinchen
2013-06-09 13:01:23 +00:00
parent 1cc410f7bb
commit 94baba190e
9 changed files with 127 additions and 2 deletions

View File

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