(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 55502341ac
commit cc77d40336
4 changed files with 39 additions and 43 deletions

View File

@@ -65,6 +65,8 @@ protected:
EdgeAnnotationMatrix edges; ///< Extra edge data necessary for link graph calculation.
void EraseFlows(NodeID from);
void JoinThread();
void SpawnThread();
public: