(svn r26347) -Fix [FS#5898]: Make sure link graph jobs can delete themselves after SLA_NULL.

This commit is contained in:
fonsinchen
2014-02-16 18:42:59 +00:00
parent f7732ab5b3
commit ebcba0c0e3
4 changed files with 39 additions and 43 deletions

View File

@@ -48,9 +48,6 @@ protected:
GraphList schedule; ///< Queue for new jobs.
JobList running; ///< Currently running jobs.
void SpawnThread(LinkGraphJob *job);
void JoinThread(LinkGraphJob *job);
public:
/* This is a tick where not much else is happening, so a small lag might go unnoticed. */
static const uint SPAWN_JOIN_TICK = 21; ///< Tick when jobs are spawned or joined every day.